ASPxGridSettings.VerticalScrollBarMode Property
Gets or sets a value specifying the vertical scrollbar’s display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v21.2.dll
Declaration
[DefaultValue(ScrollBarMode.Hidden)]
public ScrollBarMode VerticalScrollBarMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
ScrollBarMode | Hidden |
One of the ScrollBarMode enumeration values. |
Available values:
Name | Description |
---|---|
Hidden | The scrollbar is hidden. |
Visible | The scrollbar is visible. |
Auto | The scrollbar is automatically shown when the size of the control content exceeds the size of the control itself. |
Property Paths
You can access this nested property as listed below:
Show 16 property paths
Library | Object Type | Path to VerticalScrollBarMode |
---|---|---|
ASP.NET Bootstrap Controls | BootstrapCardView |
|
BootstrapGridView |
|
|
ASP.NET MVC Extensions | CardViewSettings |
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |
|
|
VerticalGridSettings |
|
|
VerticalGridSettings<ColumnType> |
|