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

EventKeyModifier Enum

List the values that define the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public enum EventKeyModifier

Members

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.

Related API Members

The following properties accept/return EventKeyModifier values:

Remarks

Note

Applies only on devices that use a mouse.

This enumeration’s values are used by the BootstrapChartZoomAndPanSettings.PanKey property.

See Also