Provides a base implementation for commands that operate on a RadSideDrawer control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public abstract class SideDrawerCommandBase : ControlCommandBase<RadSideDrawer>, ICommand
Inheritance: objectAttachableObject<RadSideDrawer>ControlCommandBase<RadSideDrawer>SideDrawerCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected SideDrawerCommandBase()
Properties
Gets or sets the identifier for this side drawer command.
C#
public SideDrawerCommandId Id { get; set; }