Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.

TreeNodePopulationMode Enum

Describes node population modes of the DXTreeView.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

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