Skip to main content

DXTreeView.PullToRefreshCommand Property

Gets or sets the command executed when a user pulls the DXTreeView down to request content update. This is a bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public ICommand PullToRefreshCommand { get; set; }

Property Value

Type Description
ICommand

A command that exposes the ICommand interface.

See Also