Skip to main content

PivotGridFilterItem.ToString() Method

Returns the textual representation of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public override string ToString()

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