Skip to main content

BarCodeEditSettings.ShowText Property

Gets or sets whether the in-place barcode shows the text.

Namespace: DevExpress.Xpf.Editors.Settings

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 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