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

SelectColumnsPage(ISelectColumnsPageView, IColumnInfoCache) Constructor

Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards3.Presenters

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public SelectColumnsPage(
    ISelectColumnsPageView view,
    IColumnInfoCache columnInfoCache
)

Parameters

Name Type Description
view ISelectColumnsPageView

An object implementing the ISelectColumnsPageView interface.

columnInfoCache IColumnInfoCache

An object implementing the IColumnInfoCache interface. (Typically, it is the ColumnInfoCache object.)

See Also