Back to Devexpress

ZoomingOptions.UndoZoomShortcuts Property

corelibraries-devexpress-dot-xtracharts-dot-zoomingoptions-aa82b317.md

latest1.4 KB
Original Source

ZoomingOptions.UndoZoomShortcuts Property

Returns the collection of shortcuts used to revert zoom operations.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartShortcutKeyCollection UndoZoomShortcuts { get; }
vb
Public ReadOnly Property UndoZoomShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
ChartShortcutKeyCollection

The collection of shortcuts used to undo zoom operations.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UndoZoomShortcuts
Diagram3D

.ZoomingOptions .UndoZoomShortcuts

|

See Also

ZoomingOptions Class

ZoomingOptions Members

DevExpress.XtraCharts Namespace