Version

FormatText Event (ColumnSummaryDescription)

Called when the value is being formatted.
Syntax
public event FormatSummaryTextEventHandler FormatText
Event Data

The event handler receives an argument of type FormatSummaryTextEventArgs containing data related to this event. The following FormatSummaryTextEventArgs properties provide information specific to this event.

PropertyDescription
DisplayName Gets the summary display name.
FormattedResult Gets or sets the summary value as formatted text. Setting this property will only affect summary cells.
FormattedText Gets or sets the final text that will be displayed in the group header.
PropertyPath Gets the summary property name.
SummaryResult Gets the original value before formatting.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also