PickerShowingEventArgs.PickerShowMode Property
In This Article
Gets the picker’s PickerShowMode property value.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public PickerShowMode PickerShowMode { get; }
#Property Value
Type | Description |
---|---|
Picker |
The picker’s show mode. |
Available values:
Name | Description |
---|---|
Page | A Page displays picker items. |
Popup | A DXPopup displays picker items. |
Bottom |
A Bottom |
See Also