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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public List<object> ToList()

Returns

Type Description
List<Object>

A list of group filter values.

See Also