Skip to main content

BarCodeBrick.ShowText Property

Gets or sets a value indicating whether the text is displayed in this BarCodeBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(true)]
public bool ShowText { get; set; }

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