PivotGridField.ToString() Method
Returns the textual representation of the field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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