Back to Devexpress

BarCodeEdit.AutoModule Property

wpf-devexpress-dot-xpf-dot-editors-dot-barcodeedit-2a7574b0.md

latest1.6 KB
Original Source

BarCodeEdit.AutoModule Property

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

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AutoModule { get; set; }
vb
Public Property AutoModule As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

If the AutoModule property is set to true , and the bar code width is too small to correctly display all its bars according to the currently selected BarCodeEdit.StyleSettings, a bar code output may become unreadable by the appropriate bar code scanner.

See Also

Module

StyleSettings

BarCodeEdit Class

BarCodeEdit Members

DevExpress.Xpf.Editors Namespace