Back to Devexpress

ScrollingOptions.UseKeyboard Property

corelibraries-devexpress-dot-xtracharts-dot-scrollingoptions.md

latest1.9 KB
Original Source

ScrollingOptions.UseKeyboard Property

Specifies whether scrolling can be performed using the keyboard.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public bool UseKeyboard { get; set; }
vb
Public Property UseKeyboard As Boolean

Property Value

TypeDescription
Boolean

true to allow using the keyboard; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseKeyboard
Diagram3D

.ScrollingOptions .UseKeyboard

|

Remarks

For more information, refer to Zooming and Scrolling (2D XY-Charts) and Zooming and Scrolling (3D Charts).

See Also

UseMouse

UseScrollBars

ScrollingOptions Class

ScrollingOptions Members

DevExpress.XtraCharts Namespace