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

PivotGridFieldToolTips.ValueFormat Property

Provides access to the formatting settings applied to a field value tooltip.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public FormatInfo ValueFormat { get; }

Property Value

Type Description
FormatInfo

A FormatInfo object that provides the formatting settings applied to a field value tooltip.

Remarks

This property provides two different approaches to formatting values. The first is to use the format strings that are described in the Standard Numeric Format Strings, Custom Numeric Format Strings, Standard Date and Time Format Strings and Custom Date and Time Format Strings topics in MSDN. Another way is to implement a custom formatter object. This allows formatting of any desired complexity to be applied.

Refer to Data Formatting to learn more.

See Also