Skip to main content

FilterListPickerItemBase.ResetFilterCommand Property

Gets or sets the command executed when you reset the applied filters.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ICommand ResetFilterCommand { get; }

Property Value

Type Description
ICommand

The command that is executed when you reset the applied filters.

See Also