A newer version of this page is available.
Switch to the current version.
ASPxGridSettings.VerticalScrollableHeight Property
Gets or sets the scrollable area's height.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(200)]
public int VerticalScrollableHeight { get; set; }
<DefaultValue(200)>
Public Property VerticalScrollableHeight As Integer
Property Value
Type | Default | Description |
---|---|---|
Int32 | 200 |
Specifies the scrollable area's height, in pixels. |
Property Paths
You can access this nested property as listed below:
Show 19 property paths
Library | Object Type | Path to VerticalScrollableHeight |
---|---|---|
ASP.NET Controls and MVC Extensions | ASPxCardView |
|
ASPxGridView |
|
|
ASPxVerticalGrid |
|
|
GridViewProperties |
|
|
CardViewSettings |
|
|
CardViewSettings<CardType> |
|
|
GridViewSettings |
|
|
GridViewSettings<RowType> |
|
|
MVCxCardView |
|
|
MVCxGridView |
|
|
MVCxGridViewProperties |
|
|
MVCxGridViewProperties |
|
|
MVCxVerticalGrid |
|
|
VerticalGridSettings |
|
|
VerticalGridSettings<ColumnType> |
|