Skip to main content

PivotGridField.ToString() Method

Returns the textual representation of the field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public override string ToString()

Returns

Type Description
String

A string specifying the textual representation of the field.

Remarks

The ToString method returns the PivotGridField.DisplayText property’s value.

See Also