PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGroup Class / GetErrors Method

In This Topic
    GetErrors Method (PropertyGroup)
    In This Topic
    Gets the errors in the group.
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.WPF.PropertyGrid.PropertyGroup/d__39)> 
    Public Function GetErrors() As IEnumerable(Of ValidationResult)
    [IteratorStateMachine(C1.WPF.PropertyGrid.PropertyGroup/d__39)] 
    public IEnumerable<ValidationResult> GetErrors()
    See Also