ChooseExcelFileDataRangePage<TModel> Class
Provides a presenter to the Select a Worksheet, Table or Named Range page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public class ChooseExcelFileDataRangePage<TModel> :
WizardPageBase<IChooseExcelFileDataRangePageView, TModel>
where TModel : class, IExcelDataSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IChooseExcelFileDataRangePageView interface.
Inheritance
See Also