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

CodabarSymbology.StartStopPair Property

Gets or sets the first (start) and last (stop) symbols used to code the bar code’s structure.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(CodabarStartStopPair.AT, Handler = "StartStopPairPropertyChanged")]
[TypeConverter(typeof(XamlEnumTypeConverter<CodabarStartStopPair>))]
public CodabarStartStopPair StartStopPair { get; set; }

Property Value

Type Description
DevExpress.WinUI.Controls.Internal.CodabarStartStopPair

The pair of start and stop symbols.

See Also