Enabled Property (BaseDataValidator)
Gets or sets a value that indicates whether the CellValidator is active.
public bool Enabled {get; set;}
'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As BaseDataValidator
Dim value As Boolean
instance.Enabled = value
value = instance.Enabled
Property Value
true if the
CellValidator is active; otherwise,
false. The default is
true.