ClassSideDrawerCommand
Class
Represents a command abstraction that is associated with a particular SideDrawerCommand instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.SideDrawer.Commands
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class SideDrawerCommand : ControlCommandBase<RadSideDrawer>, ICommand
Inheritance: objectRadDependencyObjectAttachableObject<RadSideDrawer>ControlCommandBase<RadSideDrawer>SideDrawerCommand
Derived Classes:
Implements:
Inherited Members
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.