FilteringUIFormViewModel.ResetCommand Property
Returns the command that resets all applied filters.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ICommand ResetCommand { get; }
Property Value
Type | Description |
---|---|
ICommand | A command object. |
See Also