Back to Devexpress

ConfigureExtractDataSourcePageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-82d5dbd0.md

latest3.0 KB
Original Source

ConfigureExtractDataSourcePageView Class

Provides a view for the Specify Filter Options 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 ConfigureExtractDataSourcePageView :
    WizardViewBase,
    IConfigureExtractDataSourcePageView
vb
Public Class ConfigureExtractDataSourcePageView
    Inherits WizardViewBase
    Implements IConfigureExtractDataSourcePageView

Remarks

The following image illustrates this wizard page.

The ConfigureExtractDataSourcePageView view routes user commands to the ConfigureExtractDataSourcePage<TModel> presenter.

To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.

Implements

IWizardPageView

IConfigureExtractDataSourcePageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ConfigureExtractDataSourcePageView

See Also

ConfigureExtractDataSourcePageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace