Interface
ICommandProvider

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.

Declaration

cs-api-definition
bool EnableBuiltInNavigation { get; set; }

Property Value

bool

ShouldProcessHandledEvents

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

Declaration

cs-api-definition
bool ShouldProcessHandledEvents { get; set; }

Property Value

bool

Methods

RegisterCommandBindings()

Registers the CommandBindings.

Declaration

cs-api-definition
void RegisterCommandBindings()