TreeListEditor.DeferredNodeLoading Property
Indicates whether deferred node loading is enabled.
Namespace: DevExpress.ExpressApp.TreeListEditors.Win
Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
Declaration
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