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


The following tables list the members exposed by Validation.

Public Properties

 NameDescription
public PropertyErrorsReturns a collection of ValidationResult instances, each of which describes the result of a failed validation.  
public PropertyIsValid Returns a Boolean indicating whether all individual validations associated with this instance succeeded.  
public PropertyResultsReturns a collection of ValidationResult instances, each describing the result of an individual validation.  
public PropertyTriggerReturns a ValidationTrigger constant which describes how the validation was triggered.  
Top

See Also