TcxGridTableOptionsView Class
Stores grid Table View appearance settings.
Declaration
TcxGridTableOptionsView = class(
TcxCustomGridTableOptionsView
)
Remarks
The TcxGridTableOptionsView
class has members that allow you to do the following:
- Hide or display column headers (Header).
- Switch between drop-down filter button display modes (HeaderFilterButtonShowMode).
- Adjust column header height (HeaderHeight and HeaderAutoHeight).
- Show an ellipsis in column headers with cropped captions (HeaderEndEllipsis).
- Hide or display the Group By box (GroupByBox).
- Specify how column headers are arranged in the Group By box (GroupByHeaderLayout).
- Switch between group footer visibility modes (GroupFooters).
- Display multiple group summaries in group footers (GroupFooterMultiSummaries).
- Adjust group row size and appearance (GroupRowHeight and GroupRowStyle).
- Fit all visible columns into the grid Table View without a scrollbar (ColumnAutoWidth).
- Adjust data row height (DataRowHeight).
- Hide expand buttons for master rows that do not have associated detail Views (ExpandButtonsForEmptyDetails).
- Display and resize the indicator column (Indicator and IndicatorWidth).
- Hide or display horizontal and vertical grid lines (GridLines).
- Change grid line color (GridLineColor).
- Switch between filter button display modes (ShowColumnFilterButtons).
- Customize row separator appearance (RowSeparatorColor and RowSeparatorWidth).
- Highlight fixed columns (HighlightFixedColumns and FixedColumnHighlightColor).
- Display the grid View footer (Footer).
- Allow the footer to adjust its size to fit content (FooterAutoHeight).
- Identify if the grid Table View can display multiple footer and group summaries for a column (CanShowFooterMultiSummaries and CanShowGroupFooterMultiSummaries).
- Show multiple footer summaries in the footer (FooterMultiSummaries).
- Access the grid Table View to which these appearance settings belong (GridView).
Direct TdxGridTableOptionsView Class References
A grid Table View’s OptionsView property references a TcxGridTableOptionsView
object.
Inheritance
See Also