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