Back to Devexpress

VGridControlBase.ScrollsStyle Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-225a6e12.md

latest1.4 KB
Original Source

VGridControlBase.ScrollsStyle Property

Gets the style which is applied to the scroll bars.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public VGridScrollStylesController ScrollsStyle { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property ScrollsStyle As VGridScrollStylesController

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.VGridScrollStylesController

A DevExpress.XtraVerticalGrid.VGridScrollStylesController object that contains the style settings for scroll bars.

|

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace