Skip to main content

DXTreeView.LoadMoreCommand Property

Gets or sets the command executed when a user scrolls to the last node in the DXTreeView to load more nodes. This is a bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public ICommand LoadMoreCommand { get; set; }

Property Value

Type Description
ICommand

A command that exposes the ICommand interface.

See Also