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

ISpecifyReportTemplateOptionsPageView.AllowTaxEditing Property

If implemented, specifies whether the tax value can be edited.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

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 ISpecifyReportTemplateOptionsPageView.TaxValueRange property is set None.

See Also