A newer version of this page is available.
Switch to the current version.
VisualBrick.TextValue Property
Specifies the original value for the VisualBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual object TextValue { get; set; }
Public Overridable Property TextValue As Object
Property Value
Type | Description |
---|---|
Object | The original value for the VisualBrick. |
Remarks
Use this property to set the brick's value. This property is used:
- when exporting this brick to formats that the TextExportMode property is set to Value;
- when the brick's edit mode is enabled (the document contains the editing field associated with this visual brick).
Use the VisualBrick.Text and VisualBrick.TextValueFormatString properties to set a string representation for the TextValue property's value.
Implements
DevExpress.XtraPrinting.IVisualBrick.TextValue
See Also
Feedback