Enabled Property
Enabled
Gets or sets a value that indicates whether the CellValidator is active.
Declaration
public bool Enabled { get; set; }
Public Property Enabled As Boolean
Property Value
Type |
Description |
bool |
true if the CellValidator is active; otherwise, false.
The default is true.
|