Skip to main content
A newer version of this page is available. .

BootstrapChartZoomAndPanSettings.PanKey Property

Specifies the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true. Applies only on devices that use a mouse.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[DefaultValue(EventKeyModifier.NotSet)]
public EventKeyModifier PanKey { get; set; }

Property Value

Type Default Description
EventKeyModifier **NotSet**

One of the EventKeyModifier enumeration’s values.

Available values:

Name Description
NotSet

Uses the default panning key (Shift).

Alt

Sets Alt as the enable panning key.

Ctrl

Sets Ctrl as the enable panning key.

Meta

Sets the Command key (⌘) on Macintosh keyboards or the Windows key (⊞) on Windows keyboards as the enable panning key.

Shift

Sets Shift as the enable panning key.

Property Paths

You can access this nested property as listed below:

Object Type Path to PanKey
BootstrapChart

Remarks

Note

The Meta key depends on the keyboard: the Command key (⌘) on Macintosh keyboards; the Windows key (⊞) on Windows keyboards.

See Also