Spread Windows Forms 12.0 Product Documentation
Enabled Property (BaseDataValidator)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > BaseDataValidator Class : Enabled Property
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
public bool Enabled {get; set;}

Property Value

true if the CellValidator is active; otherwise, false. The default is true.
See Also

Reference

BaseDataValidator Class
BaseDataValidator Members