Skip to main content

ISpecifyReportTemplateOptionsPageView.AllowDiscountEditing Property

If implemented, specifies whether the discount value can be edited.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

bool AllowDiscountEditing { get; set; }

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