Skip to main content
All docs
V19.2

PivotGridWebOptionsDataField.RowHeaderWidth Property

Gets or sets the width of data field headers when they are displayed as row headers. This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public int RowHeaderWidth { get; set; }

Property Value

Type Description
Int32

An integer which specifies the width of data field headers when they are displayed as rows.

Property Paths

You can access this nested property as listed below:

Object Type Path to RowHeaderWidth
ASPxPivotGrid
.OptionsDataField.RowHeaderWidth
MVCxPivotGrid
.OptionsDataField.RowHeaderWidth
PivotGridSettings
.OptionsDataField.RowHeaderWidth

Remarks

This property overrides the base class property to hide it from a user.

See Also