Skip to main content

SymbologyCheckSumBase<T>.CalcCheckSum Property

Gets or sets whether to calculate a checksum for the bar code.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "CalcCheckSumPropertyChanged")]
public bool CalcCheckSum { get; set; }

Property Value

Type Description
Boolean

true if the barcode object needs a checksum to be calculated; otherwise, false.

See Also