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:
C#
public enum SideDrawerCommandId
Fields
Indicates that the side drawer has been closed and is not visible.
C#
Closed = 2
Indicates that the side drawer is currently in the process of closing.
C#
Closing = 3
Indicates that the side drawer has been opened and is fully visible.
C#
Opened = 0
Indicates that the side drawer is currently in the process of opening.
C#
Opening = 1
Indicates an unknown or unspecified side drawer command state.
C#
Unknown = 4