Skip to main content

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

true to call the Apply() method when a user selects an item within the picker; otherwise false.

See Also