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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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.