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

BarCodeControl.Text Property

Gets or sets the BarCodeControl’s text.

Namespace: DevExpress.WinUI.Controls

Assembly: DevExpress.WinUI.BarCode.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "BarCodeInvalidateVisual")]
public string Text { get; set; }

Property Value

Type Description
String

A barcode display text.

See Also