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