ChooseFilePage<TModel> Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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.
See Also