TcxGridCardViewOptionsView Properties
Contains settings defining the appearance of a Card View.Name | Description |
---|---|
CaptionSeparator | Specifies the character displayed at the end of a card row caption. Inherited from TcxGridCustomLayoutViewOptionsView. |
CaptionWidth | Specifies the width (in pixels) of Card View row captions. |
CardAutoWidth | Specifies whether the card width is automatically adjusted while resizing the View. |
CardBorderWidth | Specifies the card border width, in pixels. |
CardExpandButtonAlignment | Specifies the card expand button‘s horizontal alignment. |
CardIndent | Specifies the card’s indent in pixels. |
CardWidth | Specifies the card width, in pixels. |
CategoryIndent | Specifies the size of the category row’s children indentation, in pixels. |
CategoryRowCaptionInRowAlternateCaption | Specifies whether to add the category row’s caption at the beginning of children’s captions. |
CategorySeparatorWidth | Specifies the width of the category row separator in pixels. |
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. |
EditAutoHeightBorderColor protected | Specifies the border color of the multi-line in-place editor displayed in the eahEditor sizing mode. Inherited from TcxCustomGridTableOptionsView. |
EmptyRows | Specifies whether empty rows should be displayed. |
FocusRect | Specifies if a grid View draws the focus rectangle around the focused record. Inherited from TcxCustomGridTableOptionsView. |
GridView | Provides access to the Card View to which the option set is applied. |
LayerSeparatorWidth | Specifies the width of a layer separator 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. |
RowCaptionAutoHeight | Determines whether the caption height of Card View rows is automatically changed in order to entirely display the caption text. |
RowCaptionEndEllipsis | Specifies whether to display an ellipsis when the row caption is clipped. |
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 protected | Specifies how item headers display filter dropdown buttons. Inherited from TcxCustomGridTableOptionsView. |
ShowRowFilterButtons | Specifies how card row captions display filter dropdown buttons. |
See Also