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

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.v19.2.dll

Declaration

public int RowHeaderWidth { get; set; }

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
.OptionsDataField.RowHeaderWidth

Remarks

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

See Also