Spread Windows Forms 15.0
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
    public bool Enabled {get; set;}

    Property Value

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