BarCodePropertyProvider.StartStopPair Property
Gets or sets the first (start) and last (stop) symbols used to code the codabar barcode’s structure. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
[ValueSerializer(typeof(XamlEnumSerializer<CodabarStartStopPair>))]
public CodabarStartStopPair StartStopPair { get; set; }
Property Value
Type | Description |
---|---|
CodabarStartStopPair | A CodabarStartStopPair enumeration value that specifies the pair of start and stop symbols used. The default value is CodabarStartStopPair.AT. |
Available values:
Name | Description |
---|---|
None | The are no start (first) and stop (last) elements used in a bar code. |
AT | The first element in a bar code is “A” and the last element is “T”. |
BN | The first element in a bar code is “B” and the last element is “N”. |
CStar | The first element in a bar code is “C” and the last element is “*”. |
DE | The first element in a bar code is “D” and the last element is “E”. |
Remarks
Note that the start and stop symbol bars are added to the barcode automatically, so you don’t need to specify them in the barcode’s EditValue property.