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

TextFormatEventArgs.Format Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public string Format { get; }

Property Value

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