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
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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