StoreExtractFilePage(IStoreExtractFilePageView, IWizardRunnerContext) Constructor
In This Article
Initializes a new instance of the StoreExtractFilePage<TModel> class with the specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public StoreExtractFilePage(
IStoreExtractFilePageView view,
IWizardRunnerContext context
)
#Parameters
Name | Type | Description |
---|---|---|
view | IStore |
An object implementing the IStore |
context | IWizard |
An object implementing the IWizard |
See Also