New to Telerik UI for WPFStart a free 30-day trial

Provides key commands.

Definition

Namespace:Telerik.Windows.Controls.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class DefaultKeyboardCommandProvider : IKeyboardCommandProvider

Inheritance: objectDefaultKeyboardCommandProvider

Implements: IKeyboardCommandProvider

Constructors

Initializes a new instance of the DefaultKeyboardCommandProvider class.

C#
public DefaultKeyboardCommandProvider(RadCardView cardView)
Parameters:cardViewRadCardView

Methods

Provides key commands.

C#
public virtual IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters:keyKeyReturns:

IEnumerable<ICommand>

Implements: IKeyboardCommandProvider.ProvideCommandsForKey(Key)