RebuildResultSchemaContext.Owner Property
In This Article
Specifying the owner window of the Rebuild Schema dialog.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.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