SortedLocaleGrouping Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides a way to access basic set of sorted group headers for any locale.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The SortedLocaleGrouping type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SortedLocaleGrouping() | Initializes a new instance of the SortedLocaleGrouping class. |
![]() | SortedLocaleGrouping(CultureInfo) | Initializes a new instance of the SortedLocaleGrouping class with the specified CultureInfo. |
| Name | Description | |
|---|---|---|
![]() | CultureInfo | Gets the CultureInfo that is used for grouping. |
![]() | GroupDisplayNames | Get the strings for all the groups for this locale. |
![]() | SupportsPhonetics | Gets a value that indicates whether the culture supports optional phonetic grouping. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetGroupIndex | Returns the group index to which the value string belongs. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:


