A newer version of this page is available.
Switch to the current version.
ASPxGridViewSettings.VerticalScrollBarStyle Property
Gets or sets the operating mode of the vertical scrollbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(GridViewVerticalScrollBarStyle.Standard)]
public GridViewVerticalScrollBarStyle VerticalScrollBarStyle { get; set; }
<DefaultValue(GridViewVerticalScrollBarStyle.Standard)>
Public Property VerticalScrollBarStyle As GridViewVerticalScrollBarStyle
Property Value
Type | Default | Description |
---|---|---|
GridViewVerticalScrollBarStyle | Standard |
A GridViewVerticalScrollBarStyle enumeration value that specifies the operating mode of the vertical scrollbar. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to VerticalScrollBarStyle |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|
BootstrapGridView |