Skip to main content
A newer version of this page is available. .

ProgressBarBrick.TextValue Property

Overrides the VisualBrick.TextValue property.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[DefaultValue(null)]
public override object TextValue { get; set; }

Property Value

Type Default Description
Object *null*

A Object which represents the text value that will be shown as the brick’s text.

Remarks

This property is overridden to change its default value to null (Nothing in Visual Basic).

See Also