A newer version of this page is available.
Switch to the current version.
XRBarCode.ShowText Property
Gets or sets a value indicating whether the text is displayed in the XRBarCode control.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[DefaultValue(true)]
[SRCategory(ReportStringId.CatBehavior)]
public bool ShowText { get; set; }
<DefaultValue(True)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property ShowText As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true if the text is displayed; otherwise, false. |
Remarks
The barcode text is specified by the XRControl.Text property. For some barcode types it's required, for other types it should be hidden.
See Also
Feedback