Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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