EAN128Symbology.FNC1Substitute Property
In This Article
Gets or sets the symbol (or set of symbols) in the bar code’s text that will be replaced with the FNC1 functional character when the bar code’s bars are drawn.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP("#", Handler = "FNC1SubstitutePropertyChanged")]
public string FNC1Substitute { get; set; }
#Property Value
Type | Description |
---|---|
String | The symbols to be replaced. |
See Also