Back to Devexpress

ConfigureExcelFileColumnsPageView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-c31d582a.md

latest3.3 KB
Original Source

ConfigureExcelFileColumnsPageView Class

Provides a view for the Choose Columns page of the Data Source Wizard in WinForms applications.

Namespace : DevExpress.DataAccess.UI.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class ConfigureExcelFileColumnsPageView :
    WizardViewBase,
    IConfigureExcelFileColumnsPageView
vb
Public Class ConfigureExcelFileColumnsPageView
    Inherits WizardViewBase
    Implements 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.

Implements

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ConfigureExcelFileColumnsPageView

See Also

ConfigureExcelFileColumnsPageView Members

IConfigureExcelFileColumnsPageView

ConfigureExcelFileColumnsPage<TModel>

DevExpress.DataAccess.UI.Wizard.Views Namespace