Skip to main content
Tab

ASPxVerticalGridSettings.HeaderAreaWidth Property

Gets or sets the width of row headers

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to HeaderAreaWidth
ASP.NET MVC Extensions VerticalGridSettings
.Settings .HeaderAreaWidth
ASP.NET Web Forms Controls ASPxVerticalGrid
.Settings .HeaderAreaWidth
See Also