FilteringUIFormViewModel.CloseCommand Property
Returns the command that closes the filter form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public ICommand CloseCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand | A command object. |
See Also