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

Returns a Boolean indicating whether all individual validations associated with this instance succeeded.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsValid As Boolean
C# 
public bool IsValid {get;}

Remarks

The IsValid property returns true when the Status property for each member of the Results collection returns 'Valid'. A return value of true is also synonymous with an empty Errors collection.

See Also