A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
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
Feedback