Back to Devexpress

TextBrick.TextValueFormatString Property

corelibraries-devexpress-dot-xtraprinting-dot-textbrick-a6d0dd45.md

latest1.5 KB
Original Source

TextBrick.TextValueFormatString Property

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(null)]
public override string TextValueFormatString { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property TextValueFormatString As String

Property Value

TypeDefaultDescription
Stringnull

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

TextBrick Class

TextBrick Members

DevExpress.XtraPrinting Namespace