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

BarCodeBrick.ShowText Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
[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