SelectColumnsPage(ISelectColumnsPageView, IColumnInfoCache) Constructor
In This Article
Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public SelectColumnsPage(
ISelectColumnsPageView view,
IColumnInfoCache columnInfoCache
)
#Parameters
Name | Type | Description |
---|---|---|
view | ISelect |
An object implementing the ISelect |
column |
IColumn |
An object implementing the IColumn |
See Also