Class
ItemSwipingCommand

Command that is executed when a RadListViewItem element is being swiped.

Definition

Constructors

ItemSwipingCommand()

Declaration

cs-api-definition
public ItemSwipingCommand()

Methods

CanExecute(object)

Determines whether the command can be executed against the provided parameter.

Declaration

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

Parameters

parameter

object

Returns

bool

Overrides ControlCommandBase<RadListView>.CanExecute(object)