Enum
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.

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.

Declaration

cs-api-definition
Closed = 2

Field Value

SideDrawerCommandId

Closing

Indicates that the side drawer is currently in the process of closing.

Declaration

cs-api-definition
Closing = 3

Field Value

SideDrawerCommandId

Opened

Indicates that the side drawer has been opened and is fully visible.

Declaration

cs-api-definition
Opened = 0

Field Value

SideDrawerCommandId

Opening

Indicates that the side drawer is currently in the process of opening.

Declaration

cs-api-definition
Opening = 1

Field Value

SideDrawerCommandId

Unknown

Indicates an unknown or unspecified side drawer command state.

Declaration

cs-api-definition
Unknown = 4

Field Value

SideDrawerCommandId

In this article
DefinitionFieldsClosedClosingOpenedOpeningUnknown
Not finding the help you need?
Contact Support