ImageBrick.Text Property
Overrides the VisualBrick.Text property to hide it.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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 Text property isn’t appropriate for the ImageBrick class.
See Also