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

EditExtractOptionsContext(UserLookAndFeel, IWin32Window) Constructor

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

Namespace: DevExpress.DashboardWin

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

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