Back to Devexpress

BarCodeEdit.ShowText Property

wpf-devexpress-dot-xpf-dot-editors-dot-barcodeedit-17acaacd.md

latest1.2 KB
Original Source

BarCodeEdit.ShowText Property

Gets or sets whether the BarCodeEdit shows the text.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowText { get; set; }
vb
Public Property ShowText As Boolean

Property Value

TypeDescription
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

BarCodeEdit Class

BarCodeEdit Members

DevExpress.Xpf.Editors Namespace