Skip to main content

GridPaneLayoutModel.ColumnDefinitions Property

Gets or sets the GridPaneLayout.ColumnDefinitions property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public LayoutDefinitionCollectionModel ColumnDefinitions { get; }

Property Value

Type Description
LayoutDefinitionCollectionModel

The collection of grid layout columns.

See Also