Enabled Property (BaseDataValidator) | Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BaseDataValidator Class / Enabled Property


In This Topic
Enabled Property (BaseDataValidator)
In This Topic
Gets or sets a value that indicates whether the CellValidator is active.
Syntax
'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.
See Also