Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

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