StoreExtractFilePage<TModel> Class
Provides a presenter to the Save Extract to a File page of the Data Source wizard (Extract Data Source).
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v22.1.Win.dll
NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design
Declaration
public class StoreExtractFilePage<TModel> :
WizardPageBase<IStoreExtractFilePageView, TModel>
where TModel : IExtractDataSourceModel
Type Parameters
Name | Description |
---|---|
TModel | The data source model type. |
Remarks
The following image illustrates this wizard page.
The StoreExtractFilePage`1 presenter is associated with views implementing the IStoreExtractFilePageView interface.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.
Inheritance
See Also