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

IThreadSafeGroupCollection.Count Property

Gets the number of groups in the collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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