Skip to main content

TemplateOptions.DiscountValueType Property

Specifies the selected discount value type.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public TemplateValueType DiscountValueType { get; set; }

Property Value

Type Description
TemplateValueType

A TemplateValueType enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to DiscountValueType
ReportModel
.TemplateOptions .DiscountValueType
TemplateInfo
.TemplateOptions .DiscountValueType
See Also