Back to Devexpress

StoreExtractFilePageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-45ed55ce.md

latest2.8 KB
Original Source

StoreExtractFilePageView Class

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class StoreExtractFilePageView :
    WizardViewBase,
    IStoreExtractFilePageView
vb
Public Class StoreExtractFilePageView
    Inherits WizardViewBase
    Implements 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.

Implements

IWizardPageView

IStoreExtractFilePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase StoreExtractFilePageView

See Also

StoreExtractFilePageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace