A newer version of this page is available.
Switch to the current version.
VisualBrick.TextValueFormatString Property
Specifies the format string applied to the visual brick's TextValue.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
public virtual string TextValueFormatString { get; set; }
Public Overridable Property TextValueFormatString As String
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).
Implements
DevExpress.XtraPrinting.IVisualBrick.TextValueFormatString
See Also
Feedback