Skip to main content
A newer version of this page is available. .

RowDefinitions.AddRange(RowDefinition[]) Method

Adds an array of row objects to the table layout.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void AddRange(
    RowDefinition[] items
)

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