Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridSettings.HeaderAreaWidth Property

Gets or sets the width of row headers

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(200)]
public int HeaderAreaWidth { get; set; }

Property Value

Type Default Description
Int32 200

An integer value that specifies the width of row headers.

Property Paths

You can access this nested property as listed below:

Object Type Path to HeaderAreaWidth
ASPxVerticalGrid
.Settings.HeaderAreaWidth
MVCxVerticalGrid
.Settings.HeaderAreaWidth
VerticalGridSettings
.Settings.HeaderAreaWidth
VerticalGridSettings<ColumnType>
.Settings.HeaderAreaWidth
See Also