Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CollectionView::Culture Property

 

Gets or sets the culture information to use during sorting.

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

public:
[TypeConverterAttribute((CultureInfoIetfLanguageTagConverter^::typeid))]
property CultureInfo^ Culture {
	virtual CultureInfo^ get();
	virtual void set(CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo^

The culture information to use during sorting.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft