Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string Text { get; set; }

Property Value

Type Description
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