FilterListPickerBaseViewModel.OkCommand Property
Gets or sets the command executed when a user taps the picker’s Ok button.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand OkCommand { get; }
Property Value
| Type | Description |
|---|---|
| ICommand | A command that exposes the ICommand interface. |
See Also