TcxGridTableOptionsView Properties
Stores grid Table View appearance settings.| Name | Description |
|---|---|
| CellAutoHeight | Specifies if the height of cells automatically adjusts to fit the content. Inherited from TcxCustomGridTableOptionsView. |
| CellEndEllipsis | Specifies if a cell shows an ellipsis when its content is clipped. Inherited from TcxCustomGridTableOptionsView. |
| CellTextMaxLineCount | Specifies the maximum number of text lines in a cell. Inherited from TcxCustomGridTableOptionsView. |
| ColumnAutoWidth | Determines whether column widths are changed in order to display all columns without using the horizontal scrollbar. |
| DataRowHeight | Specifies the height of a data row (in pixels). |
| EditAutoHeightBorderColor | Specifies the border color of the multi-line in-place editor displayed in the eahEditor sizing mode. Inherited from TcxCustomGridTableOptionsView. |
| ExpandButtonsForEmptyDetails | Specifies whether to display expand buttons within master rows that doesn’t have associated details. |
| FixedColumnHighlightColor | Specifies the color of the highlight effect applied to fixed columns. |
| FixedColumnSeparatorColor | Specifies the color of fixed column separators. |
| FixedColumnSeparatorWidth | Specifies the width of fixed column separators, in pixels. |
| FocusRect | Specifies if a grid View draws the focus rectangle around the focused record. Inherited from TcxCustomGridTableOptionsView. |
| Footer | Determines whether the footer is displayed. |
| FooterAutoHeight | Determines whether the View’s footer is stretched vertically to fit its content completely. |
| FooterMultiSummaries | Specifies if the grid View footer displays multiple footer summaries for columns. |
| GridLineColor | Specifies the color of grid lines. |
| GridLines | Specifies whether grid lines are visible. |
| GridView | Provides access to the grid Table View to which these appearance settings belong. |
| GroupByBox | Determines whether the grouping panel is visible. |
| GroupByHeaderLayout | Specifies column header layout modes within the Group By panel. |
| GroupFooterMultiSummaries | Specifies group footers display multiple group summaries for columns. |
| GroupFooters | Specifies whether group footers are visible. |
| GroupRowHeight | Specifies the height of group rows (in pixels). |
| GroupRowStyle | Specifies how group rows are displayed. |
| GroupSummaryLayout | Specifies the group summary text position in a row. |
| Header | Determines whether the column’s headers are visible. |
| HeaderAutoHeight | Specifies if the grid View automatically adjusts the height of data item headers to display all captions in full. |
| HeaderEndEllipsis | Specifies whether to display an ellipsis when the column caption is clipped. |
| HeaderFilterButtonShowMode | Specifies the display mode for filter dropdown buttons. |
| HeaderHeight | Specifies the height of column headers, in pixels. |
| HighlightFixedColumns | Specifies if the grid Table View highlights fixed columns. |
| Indicator | Specifies if the row indicator is visible. |
| IndicatorWidth | Specifies custom row indicator width, in pixels. |
| MergedGroupSeparator | |
| NavigatorOffset | Specifies the distance (in pixels) between the data navigator and the horizontal View scrollbar. Inherited from TcxCustomGridTableOptionsView. |
| NewItemRow | Deprecated. This property exists for backward compatibility only. Instead, use the NewItemRow property at the grid View level. |
| NewItemRowInfoText | Deprecated. This property exists for backward compatibility only. Use the SpecialRowOptions.InfoText property instead. |
| NewItemRowSeparatorColor | Deprecated. This property exists for backward compatibility only. Use the SpecialRowOptions.SeparatorColor property instead. |
| NewItemRowSeparatorWidth | Deprecated. This property exists for backward compatibility only. Use the SpecialRowOptions.SeparatorWidth property instead. |
| NoDataToDisplayInfoText | Specifies a string that is displayed in the grid’s client area, if no rows are shown. Inherited from TcxCustomGridTableOptionsView. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PrevGroupFooters | |
| RowSeparatorColor | Specifies the color of the lines separating grid rows from each other. |
| RowSeparatorWidth | Specifies the width (in pixels) of the lines separating grid rows from each other. |
| ScrollBars | Indicates whether the grid View contains scrollbars. Inherited from TcxCustomGridOptionsView. |
| ShowColumnFilterButtons | Specifies how column headers display filter dropdown buttons. |
| ShowEditButtons | Determines the visibility of the editor buttons for the current View. Inherited from TcxCustomGridTableOptionsView. |
| ShowItemFilterButtons protected | Specifies how item headers display filter dropdown buttons. Inherited from TcxCustomGridTableOptionsView. |
See Also