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

VGridOptionsBehavior.RecordsMouseWheel Property

Gets or sets whether end-users scroll through records or rows when scrolling using the mouse wheel.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool RecordsMouseWheel { get; set; }

Property Value

Type Default Description
Boolean **false**

true if end-users use the mouse wheel to scroll through the records; false if the mouse wheel is used to scroll through the rows.

Property Paths

You can access this nested property as listed below:

Object Type Path to RecordsMouseWheel
PropertyGridControl
.OptionsBehavior.RecordsMouseWheel
VGridControl
.OptionsBehavior.RecordsMouseWheel
VGridControlBase
.OptionsBehavior.RecordsMouseWheel

Remarks

If the RecordsMouseWheel option is set to true, end-users can use the mouse wheel to scroll horizontally through the records or bands. Otherwise, the mouse wheel scrolls the rows vertically.

See Also