Version

Enabled Property (ValidationSettings)

Gets/sets whether validation will be performed for the control or embeddable editor associated with this instance.
Syntax
'Declaration
 
Public Property Enabled As Boolean
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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also