ExtractParametersPage<TModel> Class
Provides a presenter to the Specify Extract Parameters page of the Data Source wizard (Extract Data Source).
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public class ExtractParametersPage<TModel> :
WizardPageBase<IExtractParametersPageView, TModel>
where TModel : IExtractDataSourceModel
Type Parameters
Name | Description |
---|---|
TModel | The data source model type. |
Remarks
The following image illustrates this wizard page.
The ExtractParametersPage`1 presenter is associated with views implementing the IExtractParametersPageView interface.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.
Inheritance
See Also