Interface ITreeDataTemplate
Interface representing a template used to build hierarchical data.
public interface ITreeDataTemplate : IDataTemplate, ITemplate<object?, Control?>
- Inherited Members
Methods
ItemsSelector(object)
Selects the child items of an item.
InstancedBinding? ItemsSelector(object item)
Parameters
item
objectThe item.
Returns
- InstancedBinding
An InstancedBinding holding the items, or an observable that tracks the items. May return null if no child items.