aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ea4a15fb.md
List the values that define the key that enables panning when BootstrapChartZoomAndPanSettings.DragToZoom is true.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public enum EventKeyModifier
Public Enum EventKeyModifier
| 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.
|
The following properties accept/return EventKeyModifier values:
Note
Applies only on devices that use a mouse.
This enumeration’s values are used by the BootstrapChartZoomAndPanSettings.PanKey property.
See Also