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

LookUpColumnInfo.GetOwner() Method

Returns the LookUpEdit control that owns the collection containing the current LookUpColumnInfo object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public object GetOwner()

Returns

Type Description
Object

The owner of the collection containing the current LookUpColumnInfo object.

See Also