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.TreeView.Engine
Assembly: Syncfusion.SfTreeView.Android.dll
Syntax
public sealed class TreeNodePopulationMode : Enum
Fields
Instant
Specifies that all nodes can be populated when Syncfusion.TreeView is loaded.
Declaration
public const TreeNodePopulationMode Instant
Field Value
Type | Description |
---|---|
TreeNodePopulationMode |
OnDemand
Specifies that child nodes can be populated when expanding the parent node only.
Declaration
public const TreeNodePopulationMode OnDemand
Field Value
Type | Description |
---|---|
TreeNodePopulationMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |