vcl-cxgridtableview-2d804672.md
Contains display and behavior settings of the in-place Edit Form in a Table View, Banded Table View, and their descendants.
TcxGridEditFormOptions = class(
TcxGridCustomEditFormOptions
)
This class has members that allow you to do the following:
Switch the Edit Form to use the automatically generated or custom layout (UseDefaultLayout).
Hide or display cell borders in the Edit Form (CellBorders).
Specify how the Edit Form arranges editors when it uses the default layout (DefaultColumnCount and DefaultStretch).
Limit the minimum data item width (MinValueWidth).
Access the grid View to which these Edit Form settings belong (GridView).
Specify how the grid View responds to a double click on a master row (MasterRowDblClickAction).
A grid View’s EditForm property references a TcxGridEditFormOptions object.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridCustomRowLayoutOptions TcxGridCustomEditFormOptions TcxGridEditFormOptions
See Also