public interface ITreeDataTemplate : IDataTemplate,
ITemplate<Object, Control>Public Interface ITreeDataTemplate
Inherits IDataTemplate, ITemplate(Of Object, Control)type ITreeDataTemplate =
interface
interface IDataTemplate
interface ITemplate<Object, Control>
end| Build(TParam) |
Creates the control.
(Inherited from ITemplateTParam, TControl) |
| ItemsSelector(Object) | Selects the child items of an item. |
| Match(Object) |
Checks to see if this data template matches the specified data.
(Inherited from IDataTemplate) |