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. |
Popup | A DXPopup displays picker items. |
BottomSheet | A BottomSheet displays picker items. |
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