TextBrick.TextValueFormatString Property
Gets or sets the format string which is applied to the TextBrick.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
The format string, which the TextValueFormatString provides, is used to obtain a text representation of the object specified by the VisualBrick.TextValue property.
See Also