Back to Devexpress

VGridOptionsBehavior.RecordsMouseWheel Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-8f259d82.md

latest2.1 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool RecordsMouseWheel { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property RecordsMouseWheel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to 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

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace