Skip to main content

PivotGridStyles.RowAreaStyle Property

Gets the style settings used to paint the row header area.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotAreaStyle RowAreaStyle { get; }

Property Value

Type Description
PivotAreaStyle

A PivotAreaStyle object that contains the style settings.

See Also