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

Provides an interface for specifying CommandBinding subscription.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public interface ICommandProvider

Derived Classes: DataFormCommandProviderPropertyGridCommandProvider

Properties

Gets or sets a value that indicates whether built in control navigation logic should be enabled.

C#
bool EnableBuiltInNavigation { get; set; }

Gets or sets a value that indicates whether handled events should be processed.

C#
bool ShouldProcessHandledEvents { get; set; }

Methods

Registers the CommandBindings.

C#
void RegisterCommandBindings()