TcxGridBandedTableOptionsView Class
Contains Banded Table View appearance settings.
Declaration
TcxGridBandedTableOptionsView = class(
TcxGridTableOptionsView
)
Remarks
The TcxGridBandedTableOptionsView class extends its ancestor with the following members that allow you to do the following:
- Include band captions as the leading part of column header captions (BandCaptionInColumnAlternateCaption).
- Display an ellipsis in cropped band captions (BandHeaderEndEllipsis).
- Highlight fixed bands (HighlightFixedBands and FixedBandHighlightColor).
- Customize the appearance of fixed band separators (FixedBandSeparatorColor and FixedBandSeparatorWidth).
- Hide or display band headers (BandHeaders).
- Adjust the band header height (BandHeaderHeight and BandHeaderLineCount).
- Access the Banded Table View to which these appearance settings belong (GridView).
Refer to the TcxGridTableOptionsView class description for information on appearance settings common to Table and Banded Table Views.
A Banded Table View’s OptionsView property references a TcxGridBandedTableOptionsView object.
Inheritance
See Also