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

SpecifyReportTemplateOptionsPage.AllowDiscountEditing Property

Specifies whether the discount value can be edited.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual bool AllowDiscountEditing { get; set; }

Property Value

Type Description
Boolean

true, if the discount value can be edited; otherwise, false.

See Also