Skip to main content

BarCodeControl.Symbology Property

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

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.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