ICollectionView.Culture Property

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

Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting.

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

Syntax

Property Culture As CultureInfo
CultureInfo Culture { get; set; }

Property Value

Type: System.Globalization..::.CultureInfo
The culture information to use during culture-sensitive operations.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

ICollectionView Interface

System.ComponentModel Namespace