Skip to main content

TextBrick.TextValueFormatString Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[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