A newer version of this page is available.
Switch to the current version.
ASPxGridViewSettings.ShowVerticalScrollBar Property
Obsolete. Gets or sets whether the vertical scrollbar is displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[Obsolete("Use the Settings.VerticalScrollBarMode property instead.")]
[DefaultValue(false)]
public bool ShowVerticalScrollBar { get; set; }
<Obsolete("Use the Settings.VerticalScrollBarMode property instead.")>
<DefaultValue(False)>
Public Property ShowVerticalScrollBar As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to display the vertical scrollbar; otherwise, false |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowVerticalScrollBar |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxGridView |
|
GridViewProperties |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
ASP.NET Bootstrap Controls | BootstrapGridView |
|