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

GetIsValid() public static method

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