A newer version of this page is available.
Switch to the current version.
XRBarCode.TextFormatString Property
Specifies the output format for the control's bound value (provided by the applied expression, data binding or summary).
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(true)]
public override string TextFormatString { get; set; }
<Browsable(True)>
Public Overrides Property TextFormatString As String
Property Value
Type | Description |
---|---|
String | A string containing the output format for the bar code's text. |
Remarks
When the UserDesignerOptions.DataBindingMode is set to DataBindingMode.Expressions or DataBindingMode.ExpressionsAdvanced, you can format the XRBarCode.Text property value using the TextFormatString property.
See Also
Feedback