GridColumnStylesCollection Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the total number of elements in the collection.(Inherited from BaseCollection.) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only.(Inherited from BaseCollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized.(Inherited from BaseCollection.) |
![]() | Item[Int32] | Gets the DataGridColumnStyle at a specified index. |
![]() | Item[PropertyDescriptor^] | Gets the DataGridColumnStyle associated with the specified PropertyDescriptor. |
![]() | Item[String^] | Gets the DataGridColumnStyle with the specified name. |
![]() | List | Gets the list of items in the collection.(Overrides BaseCollection::List.) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the BaseCollection.(Inherited from BaseCollection.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements contained in the collection. |
![]() ![]() | ICollection::IsSynchronized | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether access to the GridColumnStylesCollection is synchronized (thread safe). |
![]() ![]() | ICollection::SyncRoot | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that can be used to synchronize access to the GridColumnStylesCollection. |
![]() ![]() | IList::IsFixedSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the collection has a fixed size. |
![]() ![]() | IList::IsReadOnly | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the collection is read-only. |
![]() ![]() | IList::Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the element at the specified index. |



