Skip to main content

ImageBrick.Text Property

Overrides the VisualBrick.Text property to hide it.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the VisualBrick class, since the Text property isn’t appropriate for the ImageBrick class.

See Also