Skip to main content

TcxGridCustomLayoutViewOptionsView Members

The base class for the TcxGridCardViewOptionsView and TcxGridLayoutViewOptionsView classes.

Constructors

Name Description
Create(TcxCustomGridView) Initializes a new instance of the TcxCustomGridOptions class with specified settings. Inherited from TcxCustomGridOptions.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
CaptionSeparator protected Specifies the character displayed at the end of a card row caption.
CellAutoHeight protected 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 protected 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.
FocusRect Specifies if a grid View draws the focus rectangle around the focused record. Inherited from TcxCustomGridTableOptionsView.
GridView Provides access to the grid Table View to which this property set belongs. Inherited from TcxCustomGridTableOptionsView.
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.
ScrollBars Indicates whether the grid View contains scrollbars. Inherited from TcxCustomGridOptionsView.
SeparatorColor protected Specifies the color of card group separators.
SeparatorWidth protected Specifies the width of card group separators in pixels.
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.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetGridLineColor Inherited from TcxCustomGridTableOptionsView.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetNoDataToDisplayInfoText Returns a string specified by the OptionsView.NoDataToDisplayInfoText property. Inherited from TcxCustomGridTableOptionsView.
GetOwner Inherited from TPersistent.
GetSeparatorColor Returns the color of the card group’s separator.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also