BarCodeEditSettings.ShowText Property
Gets or sets whether the in-place barcode shows the text.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the text is displayed; otherwise, false. |
Remarks
The in-place barcode text is the string representation of the value to which the in-place barcode is bound. For some barcode types it’s required, for other types it should be hidden.
See Also