ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanelValidationSummary Class / Errors Property

In This Topic
    Errors Property
    In This Topic
    Gets the pending validation errors.
    Syntax
    'Declaration
     
    Public Property Errors As ObservableCollection(Of ErrorInfo)
    public ObservableCollection<ErrorInfo> Errors {get; set;}
    See Also