RowDefinitions.AddRange(RowDefinition[]) Method
In This Article
Adds an array of row objects to the table layout.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void AddRange(
RowDefinition[] items
)
#Parameters
Name | Type | Description |
---|---|---|
items | Row |
An array of Row |
#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