Skip to main content

DataViewBase.WheelScrollLines Property

Gets or sets the number of rows to scroll vertically in response to mouse wheel events. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double WheelScrollLines { get; set; }

Property Value

Type Description
Double

A Double value that specifies the number of rows to scroll vertically in response to mouse wheel events.

Remarks

The default value of the WheelScrollLines property is 3.

See Also