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

XRCodabarGenerator.StartStopSymbols Property

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

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public CodabarStartStopPair StartStopSymbols { get; set; }

Property Value

Type Description
CodabarStartStopPair

One of the CodabarStartStopPair enumeration’s values specifying the pair of start and stop symbols used.

Remarks

Note that the start and stop symbols’ 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