Skip to main content
.NET 6.0+

TreeListEditor.DeferredNodeLoading Property

Indicates whether deferred node loading is enabled.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public bool DeferredNodeLoading { get; set; }

Property Value

Type Description
Boolean

true, if the deferred node loading is enabled; otherwise, false. The default is true.

Remarks

When deferred node loading is enabled, only the nodes that must be displayed in a UI are loaded from the database.

See Also