Skip to main content

EditExtractOptionsContext(UserLookAndFeel, IWin32Window, DataSourceCollection) 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,
    DataSourceCollection dataSources
)

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.

dataSources DataSourceCollection

The dashboard’s data sources.

See Also