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

BarCodePropertyProvider.HumanReadableText Property

Specifies whether or not parentheses should be included in the barcode’s text. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool HumanReadableText { get; set; }

Property Value

Type Description
Boolean

true to insert parentheses into the barcode’s printed text; otherwise, false.

Remarks

The parentheses are inserted into the text according to the standard rules for the EAN 128 barcode and are used to improve the readability of the barcode’s text.

See Also