FilterListPickerBaseViewModel.ResetCommand 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 ResetCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand | The command that is executed when you reset the applied filters. |
See Also