Skip to main content

PivotGroupFilterValuesCollection.ToString() Method

Returns the collection elements number as text.

Namespace: DevExpress.XtraPivotGrid

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 contains the number of filter values in the collection.

Remarks

The return string is formated as ‘{N values}’, where N - the total number of filter values.

To obtain a numeric representation of the collection elements number, use the PivotGroupFilterValuesCollection.Count property.

See Also