VisualBrick.TextValueFormatString Property
Specifies the format string applied to the visual brick’s TextValue.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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