TcxCustomGridTableOptionsView Properties
Contains grid Table View appearance settings.| Name | Description |
|---|---|
| CellAutoHeight protected | Specifies if the height of cells automatically adjusts to fit the content. |
| CellEndEllipsis | Specifies if a cell shows an ellipsis when its content is clipped. |
| CellTextMaxLineCount protected | Specifies the maximum number of text lines in a cell. |
| EditAutoHeightBorderColor protected | Specifies the border color of the multi-line in-place editor displayed in the eahEditor sizing mode. |
| FocusRect | Specifies if a grid View draws the focus rectangle around the focused record. |
| GridView | Provides access to the grid Table View to which this property set belongs. |
| NavigatorOffset | Specifies the distance (in pixels) between the data navigator and the horizontal View scrollbar. |
| NoDataToDisplayInfoText | Specifies a string that is displayed in the grid’s client area, if no rows are shown. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| ScrollBars | Indicates whether the grid View contains scrollbars. Inherited from TcxCustomGridOptionsView. |
| ShowEditButtons | Determines the visibility of the editor buttons for the current View. |
| ShowItemFilterButtons protected | Specifies how item headers display filter dropdown buttons. |
See Also