Back to Devexpress

ScrollingOptionsModel.ScrollRightShortcuts Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-scrollingoptionsmodel-4d92f2a7.md

latest1.7 KB
Original Source

ScrollingOptionsModel.ScrollRightShortcuts Property

Gets or sets the ScrollingOptions.ScrollRightShortcuts 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 ScrollRightShortcuts { get; }
vb
<PropertyForOptions>
Public ReadOnly Property ScrollRightShortcuts As ChartShortcutKeyCollection

Property Value

TypeDescription
ChartShortcutKeyCollection

A collection of chart shortcuts.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ScrollRightShortcuts
Diagram3DModel

.ScrollingOptions .ScrollRightShortcuts

|

See Also

ScrollingOptionsModel Class

ScrollingOptionsModel Members

DevExpress.XtraCharts.Designer Namespace