Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NumberStringValidator Class / GetCulture Method
The System.Windows.FrameworkElement from which the property value is read.

In This Topic
    GetCulture Method (NumberStringValidator)
    In This Topic
    Gets the value of the Culture attached property for a given DependencyObject.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCulture( _
       ByVal obj As DependencyObject _
    ) As CultureInfo
    public static CultureInfo GetCulture( 
       DependencyObject obj
    )

    Parameters

    obj
    The System.Windows.FrameworkElement from which the property value is read.

    Return Value

    The Culture property value of the specified DependencyObject.
    See Also