Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

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