FormPickerViewModel.ApplyOnSelectionChange Property
Gets or sets whether the picker should call the Apply() method when a user selects an item.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool ApplyOnSelectionChange { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also