Skip to main content
All docs
V19.2

IAddGroupingLevelPageView.EnableRemoveGroupingLevelButton(Boolean) Method

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

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.2.dll

Declaration

void EnableRemoveGroupingLevelButton(
    bool enable
)

Parameters

Name Type Description
enable Boolean

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

See Also