Skip to main content
All docs
V23.2

LookUpColumnInfoCollection.Insert(Int32, LookUpColumnInfo) Method

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    LookUpColumnInfo column
)

Parameters

Name Type
index Int32
column LookUpColumnInfo
See Also