The HeaderCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
AutoGenerate |
Gets or sets a value indicating whether GridControl can automatically generate a Header when
the first Row is added to the grid.
| |
Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
| |
IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
| |
IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
| |
IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
| |
Item |
Gets or sets the Header at the specified index.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|