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

SpecifyReportTemplateOptionsPageView.AllowTaxEditing Property

Specifies whether the tax value can be edited.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool AllowTaxEditing { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The tax value cannot be edited if the SpecifyReportTemplateOptionsPageView.TaxValueRange property is set None.

Implements

See Also