FormPickerItemBase.PickerBottomSheetState Property
In This Article
Gets or sets the form picker item’s state when it is displayed in the Bottom Sheet state. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public BottomSheetState PickerBottomSheetState { get; set; }
#Property Value
Type | Description |
---|---|
Bottom |
The Bottom Sheet state. |
Available values:
Name | Description |
---|---|
Full |
The bottom sheet is maximized to full screen. |
Half |
The bottom sheet occupies a part of the screen. The Bottom |
Hidden | The bottom sheet is hidden. |
See Also