Class SideDrawerCommandBase
Provides a base implementation for commands that operate on a RadSideDrawer control.
Inheritance
System.Object
SideDrawerCommandBase
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SideDrawerCommandBase : ControlCommandBase<RadSideDrawer>, ICommand
Constructors
SideDrawerCommandBase()
Declaration
protected SideDrawerCommandBase()
Properties
Id
Gets or sets the identifier for this side drawer command.
Declaration
public SideDrawerCommandId Id { get; set; }
Property Value
SideDrawerCommandId
|
Methods
CanExecute(Object)
Determines whether the command can be executed with the specified parameter.
Declaration
public override bool CanExecute(object parameter)
Parameters
System.Object
parameter
The parameter to pass to the command. |
Returns
System.Boolean
|
Overrides
Telerik.Maui.Controls.ControlCommandBase<Telerik.Maui.Controls.RadSideDrawer>.CanExecute(System.Object)