TcxGridBands Methods
Represents the bands collection of a specific Banded Table View.| Name | Description |
|---|---|
| Add | Adds a new band into the current collection. |
| AreNested | Determines whether the current collection contains nested (child) bands. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TCollection. |
| Clear | |
| ClearAndResetID | Inherited from TCollection. |
| Delete(Integer) | Inherited from TCollection. |
| EndUpdate | Inherited from TCollection. |
| Equals(TObject) | Inherited from TObject. |
| FindItemID(Integer) | |
| GetFirstVisibleIndex(TcxGridBandFixedKind) | |
| GetFirstVisibleRootIndex(TcxGridBandFixedKind) | Returns the position of the first visible band in the current collection by its fixed kind. |
| GetHashCode | Inherited from TObject. |
| GetLastVisibleIndex(TcxGridBandFixedKind) | |
| GetLastVisibleRootIndex(TcxGridBandFixedKind) | Returns the position of the last visible band in the current collection by its fixed kind. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| HaveFixedItems | Returns True when the current collection contains at least one fixed band. |
| Insert(Integer) | Inherited from TCollection. |
| Owner | Inherited from TCollection. |
| Sort(IComparer<TCollectionItem>) | Inherited from TCollection. |
| ToString | Inherited from TObject. |
See Also