Skip to main content

BarCodeControl.ShowText Property

Gets or sets whether the BarCodeControl shows the text.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "BarCodeInvalidateVisual")]
public bool ShowText { get; set; }

Property Value

Type Description
Boolean

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

See Also