Skip to main content
A newer version of this page is available. .

ISpecifyReportTemplateOptionsPageView.AllowDiscountEditing Property

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

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