ComponentOne InputPanel for UWP
ValidationErrors Property

C1.UWP.InputPanel Assembly > C1.Xaml.InputPanel Namespace > C1InputPanel Class : ValidationErrors Property
Indicates the list of validation errors.
Syntax
'Declaration
 
Public Property ValidationErrors As System.Collections.ObjectModel.ObservableCollection(Of ErrorInfo)
public System.Collections.ObjectModel.ObservableCollection<ErrorInfo> ValidationErrors {get; set;}
See Also

Reference

C1InputPanel Class
C1InputPanel Members