Back to Devexpress

RowDefinitions.AddRange(RowDefinition[]) Method

windowsforms-devexpress-dot-xtralayout-dot-rowdefinitions-dot-addrange-x28-devexpress-dot-xtralayout-dot-rowdefinition-x29.md

latest1.7 KB
Original Source

RowDefinitions.AddRange(RowDefinition[]) Method

Adds an array of row objects to the table layout.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void AddRange(
    RowDefinition[] items
)
vb
Public Sub AddRange(
    items As RowDefinition()
)

Parameters

NameTypeDescription
itemsRowDefinition[]

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

Add(RowDefinition)

RowDefinitions Class

RowDefinitions Members

DevExpress.XtraLayout Namespace