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

LineBrick.TextValueFormatString Property

Overrides the VisualBrick.TextValueFormatString property to hide it.

Namespace: DevExpress.XtraPrinting

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

Declaration

public override string TextValueFormatString { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This property is overridden to hide the corresponding property of the VisualBrick class, since the TextValueFormatString property isn’t appropriate for the LineBrick class.

See Also