Interface ICommandProvider
Provides an interface for specifying CommandBinding subscription.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public interface ICommandProvider
Properties
EnableBuiltInNavigation
ShouldProcessHandledEvents
Gets or sets a value that indicates whether handled events should be processed.
Declaration
bool ShouldProcessHandledEvents { get; set; }
Property Value
System.Boolean
|
Methods
RegisterCommandBindings()
Registers the CommandBindings.
Declaration
void RegisterCommandBindings()