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.1.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 |
|
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