vcl-cxgridcustomtableview-ed02b9e8.md
Contains grid Table View appearance settings.
TcxCustomGridTableOptionsView = class(
TcxCustomGridOptionsView
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridOptionsView TcxCustomGridTableOptionsView
See Also
TcxCustomGridTableView.OptionsView