TcxCustomGridTableOptionsView Class
Contains grid Table View appearance settings.
Declaration
TcxCustomGridTableOptionsView = class(
TcxCustomGridOptionsView
)
Remarks
This class has the following members that allow you to:
Show an ellipsis in cells with truncated text (CellEndEllipsis).
Automatically adjust the height of cells to fit the content (CellAutoHeight).
Hide or show the focus rectangle (FocusRect).
Adjust the distance between the data navigator and a grid View’s horizontal scrollbar (NavigatorOffset).
Customize the message displayed in an empty grid View (NoDataToDisplayInfoText).
Show or hide editor buttons (ShowEditButtons).
A grid View’s OptionsView property references a TcxCustomGridTableOptionsView object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxCustomGridOptionsView
TcxCustomGridTableOptionsView
See Also