Skip to main content

FormPickerItemBase.PickerShowMode Property

Specifies a UI element that lists picker items.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public PickerShowMode PickerShowMode { get; set; }

Property Value

Type Description
PickerShowMode

Specifies the show mode for picker items.

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

Remarks

To invoke the picker in Page mode, your app should be a Shell app. Alternatively, you can invoke the picker page from a Navigation Page.

See Also