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


The following tables list the members exposed by ValidationResultsCollection.

Public Properties

 NameDescription
public PropertyCountOverridden. Returns the number of ValidationResult instances in this collection.  
public PropertyItemReturns the ValidationResult instance at the specified ordinal position in the collection.  
Top

Protected Properties

 NameDescription
protected PropertyInnerListGets the list of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Top

Public Methods

 NameDescription
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Top

See Also