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

IBarCodeData.ShowText Property

Gets the value indicating whether or not the barcode shows its text.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

bool ShowText { get; }

Property Value

Type Description
Boolean

true if the BarCodeBrick.ShowText property is enabled; otherwise false.

See Also