Skip to main content

EditExtractOptionsContext.Owner Property

Gets or sets a Wizard’s parent window.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.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