TextFormatEventArgs.Value Property
Gets the value which is automatically calculated as the label's summary.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
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
Feedback