BarCodePropertyProvider.HumanReadableText Property
Specifies whether parentheses should be included in the barcode’s text. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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