TcxGridTableView.RowLayout Property
Provides access to row layout settings.
Declaration
property RowLayout: TcxGridRowLayoutOptions read; write;
Property Value
| Type | Description |
|---|---|
| TcxGridRowLayoutOptions | Stores row layout settings. |
Remarks
Refer to the TcxGridRowLayoutOptions class description for information on available options.
See Also