BarCodeBrick.ShowText Property
Gets or sets a value indicating whether the text is displayed in this BarCodeBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the text is displayed; otherwise, false. |
Remarks
The barcode text is specified by the TextBrickBase.Text property. For some barcode types it’s required, for other types it should be hidden.
Implements
See Also