Back to Devexpress

ExtractParametersPageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-0e33024e.md

latest2.9 KB
Original Source

ExtractParametersPageView Class

Provides a view for the Specify Extract Parameters 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 ExtractParametersPageView :
    WizardViewBase,
    IExtractParametersPageView
vb
Public Class ExtractParametersPageView
    Inherits WizardViewBase
    Implements IExtractParametersPageView

Remarks

The following image illustrates this wizard page.

The ExtractParametersPageView view routes user commands to the ExtractParametersPage<TModel> presenter.

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

Implements

IWizardPageView

IExtractParametersPageView

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ExtractParametersPageView

See Also

ExtractParametersPageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace