PivotGridField.ValueFormat Property
In This Article
Provides access to the format settings applied to field values.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FormatInfo ValueFormat { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
See Also