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

RowDefinitions.Insert(Int32, RowDefinition, Boolean) Method

Inserts an element into the collection at the specified index.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void Insert(
    int index,
    RowDefinition rowDefinition,
    bool updateItemIndexes
)

Parameters

Name Type Description
index Int32

The zero-based index at which a rowDefinition should be inserted.

rowDefinition RowDefinition

The RowDefinition to insert.

updateItemIndexes Boolean

true, to recalculate the OptionsTableLayoutItem.RowIndex property of items in the current layout group; otherwise, false.

See Also