Version

FormatText Event (ColumnGroupDescription)

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

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

PropertyDescription
FormattedText Gets or sets the final text that will be displayed in the group header.
FormattedValue Gets the group value as text, formatted based on the GroupDescription's ValueFormat.
GroupName Gets the group name.
GroupValue 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