AddGroupingLevelPage(IAddGroupingLevelPageView, IColumnInfoCache) Constructor
Initializes a new instance of the AddGroupingLevelPage<TModel> class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public AddGroupingLevelPage(
IAddGroupingLevelPageView view,
IColumnInfoCache columnInfoCache
)
Parameters
Name | Type | Description |
---|---|---|
view | IAddGroupingLevelPageView | An object implementing the IAddGroupingLevelPageView interface. |
columnInfoCache | IColumnInfoCache | An object implementing the IColumnInfoCache interface. (Typically, it is the ColumnInfoCache object.) |
See Also