BarCodeBrick.TextValueFormatString Property
Overrides the VisualBrick.TextValueFormatString property to hide it.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value. |
Remarks
This property is overridden to hide the corresponding property of the VisualBrick class, since the TextValueFormatString property isn’t appropriate for the BarCodeBrick class.
See Also