EnumSideDrawerCommandId
Enum
Specifies the identifiers for different side drawer command states. These values are used to identify the current state or action being performed on a side drawer control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum SideDrawerCommandId
Fields
Closed
Indicates that the side drawer has been closed and is not visible.
Closing
Indicates that the side drawer is currently in the process of closing.
Opened
Indicates that the side drawer has been opened and is fully visible.
Opening
Indicates that the side drawer is currently in the process of opening.
Unknown
Indicates an unknown or unspecified side drawer command state.