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

PivotGroupFilterValuesCollection.ToList() Method

Returns the collection elements as a list.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public List<object> ToList()

Returns

Type Description
List<Object>

A list of group filter values.

See Also