PivotGroupFilterValuesCollection.ToString() Method
Returns the collection elements number as text.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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