SortedLocaleGrouping.GroupDisplayNames Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Get the strings for all the groups for this locale.

Namespace:  Microsoft.Phone.Globalization
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property GroupDisplayNames As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> GroupDisplayNames { get; }

Property Value

Type: System.Collections.ObjectModel..::.ReadOnlyCollection<(Of <(String>)>)
The strings for all the groups for this locale.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

SortedLocaleGrouping Class

Microsoft.Phone.Globalization Namespace