New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a base implementation for commands that operate on a RadSideDrawer control.

Definition

Constructors

C#
protected SideDrawerCommandBase()

Properties

Gets or sets the identifier for this side drawer command.

C#
public SideDrawerCommandId Id { get; set; }

Methods

Determines whether the command can be executed with the specified parameter.

C#
public override bool CanExecute(object parameter)
Parameters:parameterobject

The parameter to pass to the command.

Returns:

bool

true if the command can be executed; otherwise, false.

Overrides: ControlCommandBase<RadSideDrawer>.CanExecute(object)