Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CodabarOptions.StartStopPair Property

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

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v21.1.dll

Declaration

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to StartStopPair
BarCodeOptions
.Codabar .StartStopPair

Remarks

Note that the start and stop symbol bars are added to the bar code automatically, so you don’t need to specify them in the bar code’s XRControl.Text property.

See Also