Skip to main content
A newer version of this page is available. .

PickerShowingEventArgs.PickerShowMode Property

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public PickerShowMode PickerShowMode { get; }

Property Value

Type
PickerShowMode

Available values:

Name Description
Page

A Page displays picker items.

ShowMode - Page

Popup

A DXPopup displays picker items.

ShowMode - Popup

BottomSheet

A BottomSheet displays picker items.

ShowMode - BottomSheet

See Also