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

IAddGroupingLevelPageView.EnableCombineGroupingLevelButton(Boolean) Method

If implemented, activates or deactivates the Combine Grouping Level button on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

void EnableCombineGroupingLevelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button; otherwise false.

See Also