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

VisualBrick.TextValueFormatString Property

Specifies the format string applied to the visual brick’s TextValue.

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual string TextValueFormatString { get; set; }

Property Value

Type Description
String

A String value.

Remarks

You can apply a format directly to the value that you assign to the VisualBrick.Text property. Use the TextValueFormatString property to specify the format that is applied to the visual brick’s TextValue when:

  • exporting this brick to formats that the TextExportMode property is set to Value;
  • the brick’s edit mode is enabled (the document contains the editing field associated with this visual brick).
See Also