TcxGridBands Members
Represents the bands collection of a specific Banded Table View.Constructors
Name | Description |
---|---|
Create(TcxGridBandedTableView) | Initializes a new instance of the TcxGridBands class with specified settings. |
Create(TCollectionItemClass) | Inherited from TCollection. |
Create(TPersistent,TCollectionItemClass) | Inherited from TOwnedCollection. |
Properties
Name | Description |
---|---|
BottomItemCount | Returns the number of bottom bands contained within the current collection. |
BottomItems | Provides indexed access to all the bottom bands in the current collection. |
Capacity | Inherited from TCollection. |
Count | Inherited from TCollection. |
FirstVisibleNonEmpty | |
GridView | Returns the View owning the current collection of bands. |
ItemClass | Inherited from TCollection. |
Items | Provides indexed access to all bands in the current collection. |
LastVisibleNonEmpty | |
Layout | Indicates whether any bands within the current View are fixed horizontally. |
LineCount | |
RootItemCount | Returns the number of root bands contained within the current collection. |
RootItems | Provides indexed access to all the root bands in the current collection. |
UpdateCount | Inherited from TCollection. |
VisibleBottomItemCount | Returns the number of bottom bands contained within the current collection which are visible in a View. |
VisibleBottomItems | Provides indexed access to the bottom bands in the current collection which are visible in a View. |
VisibleCount | Returns the number of visible bands within a View which owns the current collection. |
VisibleItems | Provides indexed access to the collection of visible bands. |
VisibleLeftFixedCount | |
VisibleRightFixedCount | |
VisibleRootItemCount | Returns the number of root bands contained within the current collection which are visible in a View. |
VisibleRootItems | Provides indexed access to the root bands in the current collection which are visible in a View. |
VisibleRootLeftFixedCount | Returns the number of root bands in the current collection which are visible and fixed to the left side of a View. |
VisibleRootRightFixedCount | Returns the number of root bands in the current collection which are visible and fixed to the right side of a View. |
VisibleRowCount | Returns the number of grid band rows visible within the View. |
Methods
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. |
Events
Name | Description |
---|---|
OnChange | Fires after the current collection has been modified (a collection item is added, inserted, removed, etc.). Inherited from TcxOwnedInterfacedCollection. |
See Also