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

EditExtractOptionsContext.Owner Property

Gets or sets a Wizard’s parent window.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.2.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public IWin32Window Owner { get; set; }

Property Value

Type Description
IWin32Window

A IWin32Window object that is the parent window for the Data Source Wizard.

See Also