Class TreeNodePopulationMode
Describes the node population mode of the
Inheritance
System.Object
TreeNodePopulationMode
Namespace: Syncfusion.TreeView.Engine
Assembly: Syncfusion.Maui.TreeView.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
OnDemand
Specifies that child nodes can be populated when expanding the parent node only.
Declaration
public const TreeNodePopulationMode OnDemand