TcxGridLayoutViewOptionsView Properties
Stores Layout View appearance settings.| Name | Description |
|---|---|
| CaptionSeparator protected | Specifies the character displayed at the end of a card row caption. Inherited from TcxGridCustomLayoutViewOptionsView. |
| CarouselMode | Specifies the Carousel mode settings. |
| CellAutoHeight protected | Specifies if the height of cells automatically adjusts to fit the content. Inherited from TcxCustomGridTableOptionsView. |
| CellBorders | Specifies if the grid Layout View displays cell borders. |
| CellEndEllipsis | Specifies if a cell shows an ellipsis when its content is clipped. Inherited from TcxCustomGridTableOptionsView. |
| CellTextMaxLineCount protected | Specifies the maximum number of text lines in a cell. Inherited from TcxCustomGridTableOptionsView. |
| CenterRecords | Specifies whether cards are displayed centered within the View. |
| EditAutoHeightBorderColor protected | Specifies the border color of the multi-line in-place editor displayed in the eahEditor sizing mode. Inherited from TcxCustomGridTableOptionsView. |
| FocusRect | Specifies if a grid View draws the focus rectangle around the focused record. Inherited from TcxCustomGridTableOptionsView. |
| GridView | Provides access to the View to which settings are applied. |
| ItemPadding | Specifies the card content’s padding, in pixels. |
| MaxColumnCount | Specifies the maximum number of cards to be displayed in each column. |
| MaxRowCount | Specifies the maximum number of cards to be displayed in each row. |
| MinValueWidth | Specifies the data item’s minimum width, in pixels. |
| NavigatorOffset | Specifies the distance (in pixels) between the data navigator and the horizontal View scrollbar. Inherited from TcxCustomGridTableOptionsView. |
| 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. |
| RecordBorderWidth | Specifies the card border width, in pixels. |
| RecordCaption | Specifies caption settings for a card. |
| RecordIndent | Specifies card margins, in pixels. |
| RecordSize | Specifies the card’s dimensions, in pixels. |
| ScrollBars | Indicates whether the grid View contains scrollbars. Inherited from TcxCustomGridOptionsView. |
| SeparatorColor | Specifies the color of card group separators. Inherited from TcxGridCustomLayoutViewOptionsView. |
| SeparatorWidth | Specifies the width of card group separators in pixels. Inherited from TcxGridCustomLayoutViewOptionsView. |
| ShowEditButtons | Determines the visibility of the editor buttons for the current View. Inherited from TcxCustomGridTableOptionsView. |
| ShowItemFilterButtons | Specifies how item headers display filter dropdown buttons. Inherited from TcxCustomGridTableOptionsView. |
| ShowOnlyEntireRecords | Specifies if the Layout View displays only entirely visible cards. |
| SingleRecordStretch | Specifies the card stretch option for a single card display mode. |
| ViewMode | Specifies card display modes. |
See Also