Back to Devexpress

BarCodeControl.ShowText Property

windowsforms-devexpress-dot-xtraeditors-dot-barcodecontrol-7dec021d.md

latest1.4 KB
Original Source

BarCodeControl.ShowText Property

Gets or sets whether or not the control’s Text is displayed along with the bar code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool ShowText { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property ShowText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the text is displayed; otherwise, false.

|

Remarks

The bar code text is specified by the Text property. Some of the bar code types require that the text is displayed along with the bar code.

See Also

BarCodeControl Class

BarCodeControl Members

DevExpress.XtraEditors Namespace