ClassSideDrawerCommandBase
Class
Provides a base implementation for commands that operate on a RadSideDrawer control.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class SideDrawerCommandBase : ControlCommandBase<RadSideDrawer>, ICommand
Inheritance: objectAttachableObject<RadSideDrawer>ControlCommandBase<RadSideDrawer>SideDrawerCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
SideDrawerCommandBase()
Declaration
cs-api-definition
protected SideDrawerCommandBase()
Properties
Id
Gets or sets the identifier for this side drawer command.
Declaration
cs-api-definition
public SideDrawerCommandId Id { get; set; }
Property Value
Methods
CanExecute(object)
Determines whether the command can be executed with the specified parameter.