Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeValidator Class / ParsingEnabled Property


In This Topic
    ParsingEnabled Property (RangeValidator)
    In This Topic
    Gets or sets a value indicating whether to use the Parse method.
    Syntax
    'Declaration
     
    
    Public Property ParsingEnabled As Boolean
    'Usage
     
    
    Dim instance As RangeValidator
    Dim value As Boolean
     
    instance.ParsingEnabled = value
     
    value = instance.ParsingEnabled
    public bool ParsingEnabled {get; set;}

    Property Value

    true if the validation uses the Parse method; otherwise, false. The default is false.
    See Also