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

MasterDetailAddGroupingLevelPageView.EnableGroupingLevelUp(Boolean) Method

Activates or deactivates the button that moves a grouping level up.

Namespace: DevExpress.XtraReports.Wizards.Views

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

Declaration

public void EnableGroupingLevelUp(
    bool enable
)

Parameters

Name Type Description
enable Boolean

true, to activate the button; otherwise, false.

See Also