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

LookUpColumnInfoCollection() Constructor

Creates an instance of the LookUpColumnInfoCollection class.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

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