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

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