Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

TreeListEditor.DeferredNodeLoading Property

Indicates whether deferred node loading is enabled.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v19.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