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

TemplateOptions.DiscountValueType Property

Specifies the selected discount value type.

Namespace: DevExpress.XtraReports.Wizards.Templates

Assembly: DevExpress.XtraReports.v21.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