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

SymbologyCheckSumBase<T>.CalcCheckSum Property

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

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.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