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 |
---|---|
Picker |
Specifies the show mode for picker items. |
Available values:
Name | Description |
---|---|
Page | A Page displays picker items. |
Popup | A DXPopup displays picker items. |
Bottom |
A Bottom |
#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.