The members of System.Windows.Forms.GridColumnStylesCollection are listed below.
See Also: Inherited members from System.Windows.Forms.BaseCollection
[read-only] default property | Item(System.ComponentModel.PropertyDescriptor) | DataGridColumnStyle. Documentation for this section has not yet been entered. |
[read-only] default property | Item(int) | DataGridColumnStyle. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | DataGridColumnStyle. Documentation for this section has not yet been entered. |
CollectionChanged |
Occurs when a change is made to the System.Windows.Forms.GridColumnStylesCollection. |
IList.Add |
Adds an object to the collection. | |
IList.Clear |
Clears the collection of System.Windows.Forms.DataGridColumnStyle objects. | |
IList.Contains |
Determines whether an element is in the collection. | |
ICollection.CopyTo |
Copies the collection to a compatible one-dimensional Array, starting at the specified index of the target array. | |
[read-only] | ICollection.Count | int.
Gets the number of elements contained in the collection. |
IEnumerable.GetEnumerator |
Returns an enumerator for the collection. | |
IList.IndexOf |
Returns the zero-based index of the first occurrence of the specified object in the collection. | |
IList.Insert |
This method is not supported by this control. | |
[read-only] | IList.IsFixedSize | bool.
Gets a value indicating whether the collection has a fixed size. |
[read-only] | IList.IsReadOnly | bool.
Gets a value indicating whether the collection is read-only. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the System.Windows.Forms.GridColumnStylesCollection is synchronized (thread safe). |
IList.Item | object. Documentation for this section has not yet been entered. | |
IList.Remove |
Removes the specified System.Windows.Forms.DataGridColumnStyle from the System.Windows.Forms.GridColumnStylesCollection. | |
IList.RemoveAt |
Removes the System.Windows.Forms.DataGridColumnStyle at the specified index from the System.Windows.Forms.GridColumnStylesCollection. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Windows.Forms.GridColumnStylesCollection. |