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