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

Represents arrow key command descriptor class.

Definition

Constructors

Initializes a new instance of the ArrowKeyCommandDescriptor class.

C#
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, bool isEnabled, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters:viewerFixedDocumentViewerBase

The viewer.

isEnabledbool

The is enabled.

dataKeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

Initializes a new instance of the ArrowKeyCommandDescriptor class.

C#
public ArrowKeyCommandDescriptor(FixedDocumentViewerBase viewer, params KeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[] data)
Parameters:viewerFixedDocumentViewerBase

The viewer.

dataKeyValuePair<FixedDocumentViewerMode, FixedDocumentViewerCommandBase>[]

The data.

Properties

Gets the command.

C#
public override ICommand Command { get; }
Property Value:

The command.

Overrides: CommandDescriptorBase.Command