A newer version of this page is available.
Switch to the current version.
ASPxGridSettings.HorizontalScrollBarMode Property
Gets or sets a value specifying the horizontal scrollbar's display mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(ScrollBarMode.Hidden)]
public ScrollBarMode HorizontalScrollBarMode { get; set; }
<DefaultValue(ScrollBarMode.Hidden)>
Public Property HorizontalScrollBarMode As ScrollBarMode
Property Value
Type | Default | Description |
---|---|---|
ScrollBarMode | Hidden |
One of the ScrollBarMode enumeration values. |
Property Paths
You can access this nested property as listed below:
Show 19 property paths
Library | Object Type | Path to HorizontalScrollBarMode |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
CardViewSettings |
|
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |
|
|
VerticalGridSettings |
|
|
VerticalGridSettings<ColumnType> |
|
|
ASP.NET Bootstrap Controls | BootstrapCardView |
|