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