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

PivotGridField.ValueStyle Property

Gets style settings used to paint field values.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotFieldValueStyle ValueStyle { get; }

Property Value

Type Description
PivotFieldValueStyle

A PivotFieldValueStyle object that contains style settings used to paint field values.

See Also