Back to Devexpress

EventKeyModifier Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-ea4a15fb.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum EventKeyModifier
vb
Public Enum EventKeyModifier

Members

NameDescription
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:

Remarks

Note

Applies only on devices that use a mouse.

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

See Also

DevExpress.Web.Bootstrap Namespace