ICollectionView::Culture Property

 

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

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

property CultureInfo^ Culture {
	CultureInfo^ get();
	void set(CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo^

The culture to use during sorting.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: