Skip to main content
A newer version of this page is available. .

VisualBrick.TextValue Property

Specifies the original value for the VisualBrick.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public virtual object TextValue { get; set; }

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