BarCodeBrick.ShowText Property
Gets or sets a value indicating whether the text is displayed in this BarCodeBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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