ComponentOne Scheduler for WPF and Silverlight
SetCulture Method

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.
Sets the value of the Culture attached property for a given DependencyObject.
Syntax
'Declaration
 
Public Shared Sub SetCulture( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As System.Globalization.CultureInfo _
) 
public static void SetCulture( 
   System.Windows.DependencyObject obj,
   System.Globalization.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

Reference

NumberStringValidator Class
NumberStringValidator Members