InterfaceICommandProvider
Interface
Provides an interface for specifying CommandBinding subscription.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public interface ICommandProvider
Properties
EnableBuiltInNavigation
Gets or sets a value that indicates whether built in control navigation logic should be enabled.
ShouldProcessHandledEvents
Gets or sets a value that indicates whether handled events should be processed.
Methods
RegisterCommandBindings()
Registers the CommandBindings.
Declaration
cs-api-definition
void RegisterCommandBindings()