Skip to main content
All docs
V26.1
  • PivotGridField.ValueFormat Property

    Provides access to the format settings applied to field values.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v26.1.dll

    Declaration

    public FormatInfo ValueFormat { get; }

    Property Value

    Type Description
    FormatInfo

    A FormatInfo object that provides the format settings applied to field values.

    See Also