Skip to main content

BarCodeEdit.ShowText Property

Gets or sets whether the BarCodeEdit shows the text.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowText { get; set; }

Property Value

Type Description
Boolean

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

Remarks

The barcode text is specified by the EditValue property. For some barcode types it’s required, for other types it should be hidden.

See Also