GridPaneLayoutModel.RowDefinitions Property
Gets or sets the GridPaneLayout.RowDefinitions property value within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Elements)]
public LayoutDefinitionCollectionModel RowDefinitions { get; }
Property Value
Type | Description |
---|---|
LayoutDefinitionCollectionModel | The collection of grid layout rows. |
See Also