Class ItemTemplateContextType
Inheritance
System.Object
ItemTemplateContextType
Namespace: Syncfusion.XForms.TreeView
Assembly: Syncfusion.SfTreeView.XForms.dll
Syntax
public sealed class ItemTemplateContextType : Enum
Fields
Item
Specifies that the data model object will be the binding context for treeview item.
Declaration
public const ItemTemplateContextType Item
Field Value
Type |
---|
ItemTemplateContextType |
Node
Specifies that the TreeViewNode will be the binding context for treeview item.
Declaration
public const ItemTemplateContextType Node
Field Value
Type |
---|
ItemTemplateContextType |