Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / NumberStringValidator Class / SetCulture Method
The System.Windows.FrameworkElement from which the property value is set.
The Culture property value to be set on the specified DependencyObject.

In This Topic
    SetCulture Method (NumberStringValidator)
    In This Topic
    Sets the value of the Culture attached property for a given DependencyObject.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetCulture( _
       ByVal obj As DependencyObject, _
       ByVal value As CultureInfo _
    ) 
    public static void SetCulture( 
       DependencyObject obj,
       CultureInfo value
    )

    Parameters

    obj
    The System.Windows.FrameworkElement from which the property value is set.
    value
    The Culture property value to be set on the specified DependencyObject.
    See Also