A newer version of this page is available.
Switch to the current version.
ShapeBrick.TextValue Property
Overrides the VisualBrick.TextValue property to hide it.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public override object TextValue { get; set; }
Public Overrides Property TextValue As Object
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 ShapeBrick class.
See Also
Feedback