RowDefinitions.AddRange(RowDefinition[]) Method
Adds an array of row objects to the table layout.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | RowDefinition[] | An array of RowDefinition objects to be added to the table layout. |
Remarks
The AddRange method adds an array of RowDefinition objects to the current row collection. Individual rows can be added using the RowDefinitions.Add method.
See Also