Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BarCode.ShowText Property

Indicates whether the code text is shown.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public bool ShowText { get; }

Property Value

Type Description
Boolean

true, if the code text is displayed; otherwise, false.

Remarks

To display the code text, set the BarCodeGeneratorOptions.ShowCodeText property to true.

See Also