Skip to main content

ChooseFilePage<TModel> Class

Provides a presenter to the Select an Excel Workbook or CSV File page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class ChooseFilePage<TModel> :
    WizardPageBase<IChooseFilePageView, TModel>
    where TModel : class, IExcelDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseFilePageView interface.

Inheritance

Object
WizardPageBase<IChooseFilePageView, TModel>
ChooseFilePage<TModel>
See Also