ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / Culture Property

In This Topic
    Culture Property (BaseCollectionView)
    In This Topic
    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 CultureInfo
    public virtual CultureInfo Culture {get; set;}

    Property Value

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