Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarCodeEdit.StyleSettings Property

Gets or sets the symbology (code type) for the barcode.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public BarCodeStyleSettings StyleSettings { get; set; }

#Property Value

Type Description
DevExpress.Xpf.Editors.BarCodeStyleSettings

A DevExpress.Xpf.Editors.BarCodeStyleSettings class descendant that defines the symbology for the current BarCodeEdit.

#Remarks

The following table lists the available BarCodeEdit symbology:

Barcode StyleSettings Object
Codabar DevExpress.Xpf.Editors.CodabarStyleSettings
Code 11 (USD-8) DevExpress.Xpf.Editors.Code11StyleSettings
Code 128 DevExpress.Xpf.Editors.Code128StyleSettings
Code 39 (USD-3) DevExpress.Xpf.Editors.Code39StyleSettings
Code 39 Extended DevExpress.Xpf.Editors.Code39ExtendedStyleSettings
Code 93 DevExpress.Xpf.Editors.Code93StyleSettings
Code 93 Extended DevExpress.Xpf.Editors.Code93ExtendedStyleSettings
MSI - Plessey DevExpress.Xpf.Editors.CodeMSIStyleSettings
GS1 DataBar DevExpress.Xpf.Editors.DataBarStyleSettings
GS1 Data Matrix DevExpress.Xpf.Editors.DataMatrixGS1StyleSettings
ECC200 - Data Matrix DevExpress.Xpf.Editors.DataMatrixStyleSettings
Deutsche Post Identcode DevExpress.Xpf.Editors.DeutschePostIdentcodeStyleSettings
Deutsche Post Leitcode DevExpress.Xpf.Editors.DeutschePostLeitcodeStyleSettings
GS1-128 (UCC/EAN-128) DevExpress.Xpf.Editors.EAN128StyleSettings
EAN-13 DevExpress.Xpf.Editors.EAN13StyleSettings
EAN-8 DevExpress.Xpf.Editors.EAN8StyleSettings
Industrial 2 of 5 DevExpress.Xpf.Editors.Industrial2of5StyleSettings
Intelligent Mail DevExpress.Xpf.Editors.IntelligentMailStyleSettings
Interleaved 2 of 5 DevExpress.Xpf.Editors.Interleaved2of5StyleSettings
UPC Shipping Container Symbol (ITF-14) DevExpress.Xpf.Editors.ITF14StyleSettings
Matrix 2 of 5 DevExpress.Xpf.Editors.Matrix2of5StyleSettings
PDF417 DevExpress.Xpf.Editors.PDF417StyleSettings
Pharmacode DevExpress.Xpf.Editors.PharmacodeStyleSettings
PostNet DevExpress.Xpf.Editors.PostNetStyleSettings
QR Code DevExpress.Xpf.Editors.QRCodeStyleSettings
Serial Shipping Container Code (SSCC-18) DevExpress.Xpf.Editors.SSCCStyleSettings
UPC-A DevExpress.Xpf.Editors.UPCAStyleSettings
UPC-E0 DevExpress.Xpf.Editors.UPCE0StyleSettings
UPC-E1 DevExpress.Xpf.Editors.UPCE1StyleSettings
UPC Supplemental 2 DevExpress.Xpf.Editors.UPCSupplemental2StyleSettings
UPC Supplemental 5 DevExpress.Xpf.Editors.UPCSupplemental5StyleSettings
See Also