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

IThreadSafeFieldCollection.Count Property

Gets the number of fields 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 fields in the collection.

Remarks

To access individual fields, use indexed notation or the bound field name as parameters.

See Also