Skip to main content
All docs
V19.2

IAddGroupingLevelPageView.EnableGroupingLevelUp(Boolean) Method

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

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.2.dll

Declaration

void EnableGroupingLevelUp(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true to activate the button, false to deactivate the button.

See Also