Skip to main content
A newer version of this page is available. .

LayoutDefinitionCollection Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

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