DXTreeView.IsLoadMoreEnabled Property
Gets or sets whether the load-more functionality is enabled in the DXTreeView. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool IsLoadMoreEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also