ComponentOne DataGrid for WPF and Silverlight
Culture Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : Culture Property
Gets or sets the cultural information for any operations of the view that may differ by culture, such as sorting.
Syntax
'Declaration
 
Public Overridable Property Culture As System.Globalization.CultureInfo
public virtual System.Globalization.CultureInfo Culture {get; set;}

Property Value

The culture information to use during culture-sensitive operations.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members