IAddGroupingLevelPageView.EnableGroupingLevelDown(Boolean) Method
If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| enable | Boolean | true to activate the button; otherwise false. |
See Also