Back to Devexpress

IConfigureExcelFileColumnsPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-8582c0d2.md

latest2.1 KB
Original Source

IConfigureExcelFileColumnsPageView Interface

If implemented, provides a view for the Choose Columns 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 IConfigureExcelFileColumnsPageView
vb
Public Interface IConfigureExcelFileColumnsPageView

Remarks

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

PlatformPage View
WinFormsConfigureExcelFileColumnsPageView
WPFConfigureExcelFileColumnsPage

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

To learn more, see Page Views and Presenters.

See Also

IConfigureExcelFileColumnsPageView Members

ConfigureExcelFileColumnsPage<TModel>

DevExpress.DataAccess.Wizard.Views Namespace