Class
SideDrawerCommandBase

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

Definition

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

SideDrawerCommandId

Methods

CanExecute(object)

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

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

The parameter to pass to the command.

Returns

bool

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

Overrides ControlCommandBase<RadSideDrawer>.CanExecute(object)