Skip to main content
A newer version of this page is available. .

TreeListView.EnableDynamicLoading Property

Specifies whether to create nodes dynamically on their parent node expansion. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public bool EnableDynamicLoading { get; set; }

Property Value

Type Description
Boolean

true, to create nodes dynamically on their parent node expansion; otherwise, false.

Remarks

If the EnableDynamicLoading property is set to false, the TreeListView creates a full tree at once instead of loading nodes dynamically.

See Also