Skip to main content
A newer version of this page is available. .

PivotGroupFilterValuesCollection.ToString() Method

Returns the collection elements number as text.

Namespace: DevExpress.XtraPivotGrid

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

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