LayoutDefinitionCollection Class
The collection of layout elements (rows or columns) used to specify a pane layout.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
The following members return LayoutDefinitionCollection objects:
Remarks
The GridPaneLayout.RowDefinitions and GridPaneLayout.ColumnDefinitions collections use the LayoutDefinitionCollection objects to store rows and columns that form a grid for a pane table layout.
Refer to the Pane Layout document for more information.
Inheritance
Object
CollectionBase
ChartCollectionBase
LayoutDefinitionCollection
See Also