Back to Devexpress

ZoomingOptionsModel.UndoZoomShortcuts Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-zoomingoptionsmodel.md

latest1.7 KB
Original Source

ZoomingOptionsModel.UndoZoomShortcuts Property

Gets or sets the ZoomingOptions.UndoZoomShortcuts property value within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions]
public ChartShortcutKeyCollection UndoZoomShortcuts { get; }
vb
<PropertyForOptions>
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
Diagram3DModel

.ZoomingOptions .UndoZoomShortcuts

|

See Also

ZoomingOptionsModel Class

ZoomingOptionsModel Members

DevExpress.XtraCharts.Designer Namespace