Enum
CommandId

Defines the known commands that are available within a RadSideDrawer control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives.SideDrawer.Commands

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum CommandId

Fields

DrawerStateChanged

A command associated with the action of moving the drawer(DrawerState property).

Declaration

cs-api-definition
DrawerStateChanged = 1

Field Value

CommandId

GenerateAnimations

A command associated with the action of generating new set of animations. For example when a new DrawerTransition is applied.

Declaration

cs-api-definition
GenerateAnimations = 0

Field Value

CommandId

KeyDown

A command associated with the KeyDown event processing in a RadSideDrawer instance.

Declaration

cs-api-definition
KeyDown = 2

Field Value

CommandId