BarCodeEdit.ShowText Property
In This Article
Gets or sets whether the BarCodeEdit shows the text.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#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