PivotGridFieldCollection Properties
Represents a field collection for the ASPxPivotGrid control.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Data |
This property is intended for internal use only. Normally, you don’t need to use it.
Inherited from Pivot |
Default |
Gets the default width of Field Value boxes.
Inherited from Pivot |
Inner |
Gets an Array |
Item[Int32] | Provides indexed access to individual fields in the collection. |
Item[String] | Gets the field with the specified id, name of the bound database field or caption. |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
Use |
Gets or sets whether or not the full name of a data source field is used to generate Pivot |
See Also