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

ManageRelationsContext.Owner Property

Specifying the owner window of the Master-Detail Relations Editor.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

public IWin32Window Owner { get; set; }

Property Value

Type Description
IWin32Window

An object implementing the IWin32Window interface, specifying the owner window.

See Also