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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object GetOwner()

Returns

Type Description
Object

The owner of the collection containing the current LookUpColumnInfo object.

See Also