Skip to main content

PivotGridField.ToString() Method

Returns the textual representation of the field.

Namespace: DevExpress.Xpf.PivotGrid

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

#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