Back to Devexpress

TextFormatEventArgs.Text Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-textformateventargs-3b231eff.md

latest1.6 KB
Original Source

TextFormatEventArgs.Text Property

Gets or sets the text representation of the summary TextFormatEventArgs.Value with the string formatting applied.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
String

A String value, specifying the text that will be printed as a control’s summary value.

|

Remarks

The string formatting is specified using the TextFormatEventArgs.Format property.

See Also

Value

Format

TextFormatEventArgs Class

TextFormatEventArgs Members

DevExpress.XtraReports.UI Namespace