Skip to main content
All docs
V25.2
  • TreeNodePopulationMode Enum

    Describes node population modes of the DXTreeView.

    Namespace: DevExpress.Maui.TreeView

    Assembly: DevExpress.Maui.TreeView.dll

    NuGet Package: DevExpress.Maui.TreeView

    Declaration

    public enum TreeNodePopulationMode

    Members

    Name Description
    Instant

    All nodes will be populated when DXTreeView initially loaded.

    OnDemand

    The child nodes will be populated when the parent nodes are expanded only.

    Related API Members

    The following properties accept/return TreeNodePopulationMode values:

    See Also