VisualBrick.TextValue Property
Specifies the original value for the VisualBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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.
See Also