TcxGridTableBackgroundBitmaps Class
Specifies background bitmaps for Table View elements.
Declaration
TcxGridTableBackgroundBitmaps = class(
TcxCustomGridTableBackgroundBitmaps
)
Remarks
You can assign background bitmaps for the following elements:
- The View’s background (Background)
- Data cells (Content)
- The filter panel (FilterBox)
- The footer (Footer)
- Group rows (Group)
- The Group By box (GroupByBox)
- Column headers (Header)
- Indicator (Indicator)
- Preview sections (Preview)
The Background and Content properties are inherited from the TcxCustomGridTableBackgroundBitmaps class.
Direct TcxGridTableBackgroundBitmaps Class Reference
The TcxGridTableView.BackgroundBitmaps property references a TcxGridTableBackgroundBitmaps
object.
Terminal TcxGridTableBackgroundBitmaps Class Descendant
- TcxGridBandedTableBackgroundBitmaps
- Provides background bitmaps for elements of a Banded Table View.
Inheritance
See Also