FormPickerViewModel.ApplyCommand Property
Gets or sets the command executed when a user applies the picker selection.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public ICommand ApplyCommand { get; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the ICommand interface. |
See Also