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


