Skip to main content

BarCodeControl.AutoModule Property

Gets or sets a value that specifies whether the Module property value should be calculated automatically based upon the bar code’s size. This is a dependency property.

Namespace: DevExpress.WinUI.Controls

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "BarCodeInvalidateVisual")]
public bool AutoModule { get; set; }

Property Value

Type Description
Boolean

true, if the bar code’s module is calculated automatically; otherwise, false.

See Also