public event FormatSummaryTextEventHandler FormatText
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.
Property | Description |
---|---|
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. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+