Skip to main content

LookUpColumnInfoCollection() Constructor

Creates an instance of the LookUpColumnInfoCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LookUpColumnInfoCollection()

Remarks

A lookup editor calls the constructor to initialize the RepositoryItemLookUpEdit.Columns property. The constructor supports the internal infrastructure and is not intended to be called from your code.

See Also