Back to Devexpress

TextFormatEventArgs.Value Property

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

latest1.6 KB
Original Source

TextFormatEventArgs.Value Property

Gets the value which is automatically calculated as the label’s summary.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
Object

An Object representing the summary value.

|

Remarks

After the string format specified by the TextFormatEventArgs.Format property is applied to the text value specified by the Value property, the resulting value is set to the TextFormatEventArgs.Text property.

See Also

Text

Format

TextFormatEventArgs Class

TextFormatEventArgs Members

DevExpress.XtraReports.UI Namespace