PropertyGroupDescription.StringComparison Property

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

Gets or sets a StringComparison value that specifies the comparison between the value of an item (as determined by PropertyName and Converter) and the name of a group.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property StringComparison As StringComparison
public StringComparison StringComparison { get; set; }

Property Value

Type: System..::.StringComparison
An enumeration value that specifies the comparison between the value of an item and the name of a group. The default is StringComparison..::.Ordinal.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PropertyGroupDescription Class

System.Windows.Data Namespace