PivotGridFilterItem.ToString() Method
In This Article
Returns the textual representation of the filter item.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
String | A String that specifies the textual representation of the filter item. |
#Remarks
The ToString method returns the filter item’s caption specified by the PivotGridFilterItem.Text property.
See Also