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

BarCodePropertyProvider.CalcCheckSum Property

Gets or sets whether a check character should be calculated and added to the barcode data.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public bool CalcCheckSum { get; set; }

Property Value

Type Description
Boolean

true to add a check character; otherwise, false.

See Also