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

BarCodeControl.Symbology Property

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

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateSymbology")]
public SymbologyBase Symbology { get; set; }

Property Value

Type Description
SymbologyBase

A BarCodeControl symbology.

See Also