Skip to main content

EditExtractOptionsContext(UserLookAndFeel, IWin32Window) Constructor

Initializes a new instance of the EditExtractOptionsContext class with the specified settings.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public EditExtractOptionsContext(
    UserLookAndFeel lookAndFeel,
    IWin32Window owner
)

Parameters

Name Type Description
lookAndFeel UserLookAndFeel

A UserLookAndFeel object whose properties specify the look and feel settings applied to the Wizard pages.

owner IWin32Window

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

See Also