Skip to main content

IThreadSafeGroupCollection.Count Property

Gets the number of groups in the collection.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

int Count { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of groups in the collection.

Remarks

To access individual groups, use indexed notation.

See Also