Class SideDrawerCommandId
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.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class SideDrawerCommandId : Enum
Fields
Closed
Indicates that the side drawer has been closed and is not visible.
Declaration
public const SideDrawerCommandId Closed
Field Value
SideDrawerCommandId
|
Closing
Indicates that the side drawer is currently in the process of closing.
Declaration
public const SideDrawerCommandId Closing
Field Value
SideDrawerCommandId
|
Opened
Indicates that the side drawer has been opened and is fully visible.
Declaration
public const SideDrawerCommandId Opened
Field Value
SideDrawerCommandId
|
Opening
Indicates that the side drawer is currently in the process of opening.
Declaration
public const SideDrawerCommandId Opening
Field Value
SideDrawerCommandId
|
Unknown
Indicates an unknown or unspecified side drawer command state.
Declaration
public const SideDrawerCommandId Unknown
Field Value
SideDrawerCommandId
|
value__
Declaration
public int value__
Field Value
System.Int32
|