Skip to main content

BarCodePropertyProvider.FNC1Substitute Property

Specifies the symbol (or set of symbols) in the barcode’s text that will be replaced with the FNC1 functional character when the bars are drawn. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string FNC1Substitute { get; set; }

Property Value

Type Description
String

A String value specifying the symbols to be replaced.

Remarks

The string specified by the FNC1Substitute property is replaced in the string assigned to the EditValue property with the invisible FNC1 character. The FNC1 character serves as a field separator in the barcode. Thus, the FNC1Substitute string is not displayed in the barcode text.

See Also