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

Gets/sets whether validation will be performed for the control or embeddable editor associated with this instance.

Syntax

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

Remarks

The Enabled property can be used to temporarily suppress validation for the associated control or editor. Note that the Enabled property is not applicable to programmatic validations; when the Validate method is called, a ValidationSettings instance whose Enabled property is set to false will still be used to determine validity.

See Also