Skip to main content

DataViewBase.WheelScrollLines Property

Gets or sets the number of rows to scroll vertically in response to mouse wheel events.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public int WheelScrollLines { get; set; }

#Property Value

Type Description
Int32

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

#Remarks

By default, the value of the WheelScrollLines is 3.

See Also