Class
DefaultKeyboardCommandProvider

Provides key commands.

Definition

Namespace:Telerik.Windows.Controls.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class DefaultKeyboardCommandProvider : IKeyboardCommandProvider

Inheritance: objectDefaultKeyboardCommandProvider

Implements: IKeyboardCommandProvider

Constructors

DefaultKeyboardCommandProvider(RadCardView)

Initializes a new instance of the DefaultKeyboardCommandProvider class.

Declaration

cs-api-definition
public DefaultKeyboardCommandProvider(RadCardView cardView)

Parameters

cardView

RadCardView

Methods

ProvideCommandsForKey(Key)

Provides key commands.

Declaration

cs-api-definition
public virtual IEnumerable<ICommand> ProvideCommandsForKey(Key key)

Parameters

key

Key

Returns

IEnumerable<ICommand>

Implements IKeyboardCommandProvider.ProvideCommandsForKey(Key)