Skip to main content

LookUpColumnInfoCollection(Object) Constructor

Initializes a new instance of the LookUpColumnInfoCollection class with the specified owner.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LookUpColumnInfoCollection(
    object owner
)

Parameters

Name Type Description
owner Object

An owner of the created collection.

See Also