Infragistics(R) NetAdvantage(R) Windows Forms
Results Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > Validation Class : Results Property

Returns a collection of Infragistics.Win.Misc.ValidationResult instances, each describing the result of an individual validation.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Results As ValidationResultsCollection
C# 
public ValidationResultsCollection Results {get;}

Remarks

In the case where a validation operating involved more than one control, the Results collection will contain more than one member. The number of members in the Results collection is always equal to the number of controls that were validated; by contrast, the Errors collection only contains a member for each each failed validation.

See Also