Back to Devexpress

TextFormatEventArgs.Format Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-textformateventargs-671409ed.md

latest1.6 KB
Original Source

TextFormatEventArgs.Format Property

Gets the formatting string applied to the summary’s text.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public string Format { get; }
vb
Public ReadOnly Property Format As String

Property Value

TypeDescription
String

A String which represents the string format for the text.

|

Remarks

The string format specified by this property is applied to the text returned by the object of the TextFormatEventArgs.Value property. The TextFormatEventArgs.Text property is set to the resulting text.

See Also

Text

Value

TextFormatEventArgs Class

TextFormatEventArgs Members

DevExpress.XtraReports.UI Namespace