GridViewColumnStateCollection Properties
A collection that contains information (the current state) on column objects.
Name | Description |
---|---|
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Inherited from List |
Count |
Gets the number of elements contained in the List |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from List |
Item[String] | Returns an individual column state object in the collection, specifying its associated data field name. |
ICollection |
Gets a value indicating whether the ICollection |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from List |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from List |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from List |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from List |
IList. |
Gets or sets the element at the specified index.
Inherited from List |
See Also