Back to Devexpress

ScrollingOptionsModel.ScrollUpShortcuts Property

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

latest1.7 KB
Original Source

ScrollingOptionsModel.ScrollUpShortcuts Property

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

.ScrollingOptions .ScrollUpShortcuts

|

See Also

ScrollingOptionsModel Class

ScrollingOptionsModel Members

DevExpress.XtraCharts.Designer Namespace