DataViewBase.WheelScrollLines Property
In This Article
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
#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