Class
SideDrawerCommand

Represents a command abstraction that is associated with a particular SideDrawerCommand instance.

Definition

Constructors

SideDrawerCommand()

Declaration

cs-api-definition
protected SideDrawerCommand()

Properties

Id

Gets or sets the CommandId value for this instance. This value is used to associate a command with a known event within a RadSideDrawer instance.

Declaration

cs-api-definition
public CommandId Id { get; set; }

Property Value

CommandId