Class BottomSheetAllowedState
Defines the allowable states for the SfBottomSheet control.
Inheritance
System.Object
BottomSheetAllowedState
Namespace: Syncfusion.Maui.Toolkit.BottomSheet
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class BottomSheetAllowedState : Enum
Remarks
This enum is used to configure the permitted states of the bottom sheet, enabling developers to restrict or allow specific display modes.
Fields
All
Allows the bottom sheet to be displayed in both full screen and half screen modes. This option provides the most flexibility, permitting all possible states.
Declaration
public const BottomSheetAllowedState All
Field Value
Type |
---|
BottomSheetAllowedState |
FullExpanded
Configures the bottom sheet to only allow full screen expansion. When set, the bottom sheet can only be fully expanded or hidden.
Declaration
public const BottomSheetAllowedState FullExpanded
Field Value
Type |
---|
BottomSheetAllowedState |
HalfExpanded
Restricts the bottom sheet to only permit half screen expansion. When set, the bottom sheet can only be half expanded or hidden.
Declaration
public const BottomSheetAllowedState HalfExpanded
Field Value
Type |
---|
BottomSheetAllowedState |