Back to Devexpress

ScrollingOptionsModel.ScrollDownShortcuts Property

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

latest1.7 KB
Original Source

ScrollingOptionsModel.ScrollDownShortcuts Property

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

.ScrollingOptions .ScrollDownShortcuts

|

See Also

ScrollingOptionsModel Class

ScrollingOptionsModel Members

DevExpress.XtraCharts.Designer Namespace