Skip to main content

IAddGroupingLevelPageView.EnableRemoveGroupingLevelButton(Boolean) Method

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void EnableRemoveGroupingLevelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button; otherwise false.

See Also