Skip to main content
A newer version of this page is available.
All docs
V19.1

AddGroupingLevelPage(IAddGroupingLevelPageView, IColumnInfoCache) Constructor

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

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v19.1.dll

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