ISpecifyReportTemplateOptionsPageView.AllowDiscountEditing Property
If implemented, specifies whether the discount value can be edited.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the discount value can be edited; otherwise, false. |
Remarks
The discount value cannot be edited if the ISpecifyReportTemplateOptionsPageView.DiscountValueRange property is set None.
See Also