PivotGridField.ToString() Method
In This Article
Returns the textual representation of the field.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#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