Skip to main content

RebuildResultSchemaContext.Owner Property

Specifying the owner window of the Rebuild Schema dialog.

Namespace: DevExpress.DataAccess.UI.Sql

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public IWin32Window Owner { get; set; }

Property Value

Type Description
IWin32Window

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

See Also