Class ItemTemplateDataContextType
Describes the binding context type for SfTreeView items. Note: It will be applicable for bound mode only. For Unbound mode, TreeViewNode will be the binding context for each SfTreeView item.
Inheritance
System.Object
ItemTemplateDataContextType
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class ItemTemplateDataContextType : Enum
Fields
Item
Specifies that the data model object will be the binding context for treeview item.
Declaration
public const ItemTemplateDataContextType Item
Field Value
Node
Specifies that the TreeViewNode will be the binding context for treeview item.
Declaration
public const ItemTemplateDataContextType Node