StoreExtractFilePageView Class
In This Article
Provides a view for the Save Extract to a File page of the Data Source wizard (Extract Data Source).
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public class StoreExtractFilePageView :
WizardViewBase,
IStoreExtractFilePageView
#Remarks
The following image illustrates this wizard page.
The StoreExtractFilePageView view routes user commands to the StoreExtractFilePage<TModel> presenter.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.
#Inheritance
See Also