PivotGridFormatConditionCollection Properties
A collection of style format conditions.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Inner |
Gets an Array |
Is |
Indicates whether the Pivot Grid Control that owns the current collection is currently being initialized. |
Item[Int32] | Provides indexed access to individual items within the collection. |
Item[Object] | Gets a style format condition with the specified tag. |
Item[String] |
Gets an item from the collection by its name.
Inherited from Format |
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 |
See Also