TdxDockControl.RowList Property
Provides access to the list of dock rows.
Declaration
property RowList: TList read;
Property Value
| Type |
|---|
| TList |
Remarks
Toolbars within a dock control can be arranged across several rows and columns. The RowList property contains a list of objects of the TdxDockRow type which represent rows of toolbars and determine a toolbar’s layout on screen.

See Also