Skip to main content

PivotGridField.ValueTotalStyle Property

Gets style settings used to paint totals.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotFieldValueStyle ValueTotalStyle { get; }

Property Value

Type Description
PivotFieldValueStyle

A PivotFieldValueStyle object that contains style settings used to paint totals.

See Also