The members of System.Windows.Forms.GridTableStylesCollection are listed below.
See Also: Inherited members from System.Windows.Forms.BaseCollection
[read-only] default property | Item(int) | DataGridTableStyle. Documentation for this section has not yet been entered. |
[read-only] default property | Item(string) | DataGridTableStyle. Documentation for this section has not yet been entered. |
Add(DataGridTableStyle)
| ||
AddRange(DataGridTableStyle[])
| ||
Clear()
| ||
Contains(string)
| ||
Contains(DataGridTableStyle)
| ||
Remove(DataGridTableStyle)
| ||
RemoveAt(int)
|
CollectionChanged |
Occurs when the collection has changed. |
IList.Add |
Adds a System.Windows.Forms.DataGridTableStyle to this collection. | |
IList.Clear |
Clears the collection. | |
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 items 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 |
Implements the IList.Insert(int, object) method. Always throws NotSupportedException. | |
[read-only] | IList.IsFixedSize | bool.
Gets a value indicating whether the collection has a fixed size. |
[read-only] | IList.IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the System.Windows.Forms.GridTableStylesCollection is synchronized (thread safe). |
IList.Item | object. Documentation for this section has not yet been entered. | |
IList.Remove |
Removes the specified System.Windows.Forms.DataGridTableStyle. | |
IList.RemoveAt |
Removes the System.Windows.Forms.DataGridColumnStyle with the specified index from the collection. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the collection. |