Skip to main content

IThreadSafeFieldCollection Members

In This Article
Provides thread-safe access to the pivot grid fields collection.

#Properties

Name Description
Count Gets the number of fields in the collection.
Item[Int32] Provides indexed access to individual fields within the collection.
Item[String] Provides access to individual fields within the collection by the name of the bound data source field.

#Methods

Name Description
GetVisibleFieldCount(PivotArea) Returns the number of visible fields displayed within the specified area.
See Also