Class DefaultKeyboardCommandProvider
Provides key commands.
Inheritance
System.Object
DefaultKeyboardCommandProvider
Namespace: Telerik.Windows.Controls.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class DefaultKeyboardCommandProvider : Object, IKeyboardCommandProvider
Constructors
DefaultKeyboardCommandProvider(RadCardView)
Initializes a new instance of the Default
Declaration
public DefaultKeyboardCommandProvider(RadCardView cardView)
Parameters
Rad
|
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
public virtual IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.
|
Returns
System.
|