Skip to main content

LayoutDefinitionCollection Class

The collection of layout elements (rows or columns) used to specify a pane layout.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class LayoutDefinitionCollection :
    ChartCollectionBase

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