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

TextBrick.TextValueFormatString Property

Gets or sets the format string which is applied to the TextBrick.TextValue.

Namespace: DevExpress.XtraPrinting

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

Declaration

[XtraSerializableProperty]
[DefaultValue(null)]
public override string TextValueFormatString { get; set; }

Property Value

Type Default Description
String *null*

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