Skip to main content

SpecifyReportTemplateOptionsPage.DiscountValueIsNumeric Property

Specifies whether the discount value is manually entered.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool DiscountValueIsNumeric { get; set; }

Property Value

Type Description
Boolean

true, if the discount value is manually entered; false, if this value is not specified or obtained from a data source.

See Also