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.v19.2.dll
[Browsable(true)]
public override string TextFormatString { get; set; }
<Browsable(True)>
Public Overrides Property TextFormatString As String
Type | Description |
---|---|
String | A string containing the output format for the bar code's text. |
When the UserDesignerOptions.DataBindingMode is set to DataBindingMode.Expressions or DataBindingMode.ExpressionsAdvanced, you can format the XRBarCode.Text property value using the TextFormatString property.