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

IBarCodeData.AutoModule Property

Gets the value indicating whether or not the barcode‘s auto-module setting is enabled.

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

bool AutoModule { get; }

Property Value

Type Description
Boolean

true if the BarCodeBrick.AutoModule property is enabled; otherwise false.

See Also