PivotGroupFilterValuesCollection.ToList() Method
Returns the collection elements as a list.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Returns
Type | Description |
---|---|
List<Object> | A list of group filter values. |
See Also