Back to Devexpress

VisualBrick.TextValue Property

corelibraries-devexpress-dot-xtraprinting-dot-visualbrick.md

latest2.0 KB
Original Source

VisualBrick.TextValue Property

Specifies the original value for the VisualBrick.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual object TextValue { get; set; }
vb
Public Overridable Property TextValue As Object

Property Value

TypeDescription
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

TextValue

VisualBrick Class

VisualBrick Members

DevExpress.XtraPrinting Namespace