Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool CalcCheckSum { get; set; }

Property Value

Type Description
Boolean

true to add a check character; otherwise, false.

See Also