Class TreeNodePopulationMode
Describes the node population mode of the SfTreeView. The nodes can be populated to SfTreeView by instant or on demand.
Inheritance
System.Object
TreeNodePopulationMode
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.TreeView.WinUI.dll
Syntax
public sealed class TreeNodePopulationMode : Enum
Fields
Instant
Specifies that all nodes can be populated when Syncfusion.UI.Xaml.TreeView is loaded.
Declaration
public const TreeNodePopulationMode Instant
Field Value
Type |
---|
TreeNodePopulationMode |
OnDemand
Specifies that child nodes can be populated when expanding the parent node only.
Declaration
public const TreeNodePopulationMode OnDemand
Field Value
Type |
---|
TreeNodePopulationMode |