Skip to main content

AddGroupingLevelPageView.EnableCombineGroupingLevelButton(Boolean) Method

Activates or deactivates the Combine Grouping Level button on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void EnableCombineGroupingLevelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button; otherwise false.

See Also