Back to Devexpress

ChooseExtractFieldsPageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-37e92fdc.md

latest2.9 KB
Original Source

ChooseExtractFieldsPageView Class

Provides a view for the Select Data Fields 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 ChooseExtractFieldsPageView :
    WizardViewBase,
    IChooseExtractFieldsPageView
vb
Public Class ChooseExtractFieldsPageView
    Inherits WizardViewBase
    Implements IChooseExtractFieldsPageView

Remarks

The following image illustrates this wizard page.

The ChooseExtractFieldsPageView view routes user commands to the ChooseExtractFieldsPage<TModel> presenter.

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

Implements

IWizardPageView

IChooseExtractFieldsPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseExtractFieldsPageView

See Also

ChooseExtractFieldsPageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace