ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridBoundColumn Class / GetActualCulture Method

In This Topic
    GetActualCulture Method
    In This Topic
    Gets the culture in which the text and numbers of this columns will be shown.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetActualCulture() As CultureInfo
    public virtual CultureInfo GetActualCulture()
    See Also