MVCxPivotGridWebOptionsDataField.RowHeaderWidth Property
Gets or sets the width of the data field headers when they are displayed as row headers. For internal use.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
| Type | Description |
|---|---|
| Int32 | An integer which specifies the width of the 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 |
|---|---|
| PivotGridSettings |
|
Remarks
This property overrides the base class property to hide it from a user.
See Also