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

index
Returns the Infragistics.Win.Misc.ValidationResult instance at the specified ordinal position in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ValidationResult
C# 
public ValidationResult this( 
   int index
) {get;}

Parameters

index

See Also