Back to Devexpress

IChooseFilePageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-4b1eae49.md

latest1.9 KB
Original Source

IChooseFilePageView Interface

If implemented, provides a view for the Select an Excel Workbook or CSV File page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IChooseFilePageView
vb
Public Interface IChooseFilePageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseFilePageView interface.

PlatformPage View
WinFormsChooseFilePageView
WPFChooseFilePage

These views route user commands to the ChooseFilePage<TModel> presenter.

To learn more, see Page Views and Presenters.

See Also

IChooseFilePageView Members

ChooseFilePage<TModel>

DevExpress.DataAccess.Wizard.Views Namespace