TcxGridCustomRowLayoutOptions Class
The base class for Edit Form and Table View row layout settings.
Declaration
TcxGridCustomRowLayoutOptions = class(
TcxCustomGridOptions
)
Remarks
This class has members that allow you to do the following:
Use an automatically generated or custom layout instead of sequentially arranged cells for a Table View row (Active).
Append a string after each editor caption in a Table View row layout (CaptionSuffix).
Switch between the automatically generated and custom layouts (UseDefaultLayout).
Specify editor arrangement options in the default layout (DefaultColumnCount and DefaultStretch).
Hide or display cell borders (CellBorders).
Set the minimum width for data items (MinValueWidth).
Do not use the TcxGridCustomRowLayoutOptions class directly. Use the TcxGridEditFormOptions and TcxGridRowLayoutOptions classes instead.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridCustomRowLayoutOptions
See Also