Skip to main content

SpecifyReportTemplateOptionsPage.AllowTaxEditing Property

Specifies whether the tax value can be edited.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool AllowTaxEditing { get; set; }

Property Value

Type Description
Boolean

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

See Also