Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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

#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
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