Skip to main content

ColumnDefinitions.Insert(Int32, ColumnDefinition, Boolean) Method

Inserts an element into the collection at the specified index.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    ColumnDefinition columnDefinition,
    bool updateItemIndexes
)

Parameters

Name Type Description
index Int32

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

columnDefinition ColumnDefinition

The ColumnDefinition to insert.

updateItemIndexes Boolean

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

See Also