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.v18.2.dll

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