TcxDataSummaryItem.OnGetText Event
Allows you to customize a string representation of a specific summary object value.
Declaration
property OnGetText: TcxDataSummaryItemGetTextEvent read; write;
Remarks
The Sender parameter provides access to the summary object.
The AValue parameter refers to the summary value.
The AIsFooter parameter returns True when the summary value is displayed either in a footer panel or a group footer panel.
Return the summary value’s display text via the AText parameter. By default, this string is initially formatted as specified by the FormatValue function.
See Also