Skip to main content

StoreExtractFilePage(IStoreExtractFilePageView, IWizardRunnerContext) Constructor

Initializes a new instance of the StoreExtractFilePage<TModel> class with the specified settings.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v24.1.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public StoreExtractFilePage(
    IStoreExtractFilePageView view,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IStoreExtractFilePageView

An object implementing the IStoreExtractFilePageView interface.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface.

See Also