DxReportDesignerParameterEditingSettings.AllowEditParameterGroups Property
Hides the UI elements that allow users to add and delete parameter groups.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.1.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
When the AllowEditParameterGroups
is set to false
, the Add and Delete buttons for parameter groups are hidden in the Parameter Editor:
AllowEditParameterGroups = true (default) | AllowEditParameterGroups = false |
---|---|
See Also