Skip to main content

SpecifyReportTemplateOptionsPageView.AllowDiscountEditing Property

Specifies whether the discount value can be edited.

Namespace: DevExpress.XtraReports.Wizards.Views

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public 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 SpecifyReportTemplateOptionsPageView.DiscountValueRange property is set None.

See Also