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

IAddGroupingLevelPageView.EnableGroupingLevelUp(Boolean) Method

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

void EnableGroupingLevelUp(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button; otherwise false.

See Also