Skip to main content

BarCodeBrick.TextValue Property

Overrides the VisualBrick.TextValue property to hide it.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public override object TextValue { get; set; }

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