Version

Enabled Property (ValidationGroup)

Gets/sets whether validation should be performed for the controls or embeddable editors associated with this ValidationGroup.
Syntax
'Declaration
 
Public Property Enabled As Boolean
public bool Enabled {get; set;}
Remarks

Note: In the case where each member of a group is validated programmatically (by calling the Validate(ValidationGroup) method), the Enabled property is not observed; it is assumed in that case that the caller wants to override the enabled state of the group.

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