Skip to main content

ZoomingOptions.UndoZoomShortcuts Property

Returns the collection of shortcuts used to revert zoom operations.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ChartShortcutKeyCollection UndoZoomShortcuts { get; }

Property Value

Type Description
ChartShortcutKeyCollection

The collection of shortcuts used to undo zoom operations.

Property Paths

You can access this nested property as listed below:

Object Type Path to UndoZoomShortcuts
Diagram3D
.ZoomingOptions .UndoZoomShortcuts
See Also