System.Waf.Presentation.ValidationHelper.GetIsEnabled C# (CSharp) Method

GetIsEnabled() public static method

Gets a value that indicates whether the ValidationHelper is enabled.
public static GetIsEnabled ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject The object to read the value from.
return bool
        public static bool GetIsEnabled(DependencyObject obj) { return (bool)obj.GetValue(IsEnabledProperty); }