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

ChooseFileOptionsPage<TModel> Class

Provides a presenter to the Specify Import Settings page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public class ChooseFileOptionsPage<TModel> :
    WizardPageBase<IChooseFileOptionsPageView, TModel>
    where TModel : class, IExcelDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IChooseFileOptionsPageView interface.

Inheritance

Object
WizardPageBase<IChooseFileOptionsPageView, TModel>
ChooseFileOptionsPage<TModel>
See Also