Skip to main content
All docs
V24.1

LookUpColumnInfoCollection.Insert(Int32, LookUpColumnInfo) Method

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int index,
    LookUpColumnInfo column
)

Parameters

Name Type
index Int32
column LookUpColumnInfo
See Also