PropertyGroupDescription.StringComparison Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

'Declaration
<DefaultValueAttribute(StringComparison.Ordinal)> _
Public Property StringComparison As StringComparison
[DefaultValueAttribute(StringComparison.Ordinal)]
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

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.