Skip to main content

LookUpColumnInfo.GetOwner() Method

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public object GetOwner()

Returns

Type Description
Object

The owner of the collection containing the current LookUpColumnInfo object.

See Also