Spread Windows Forms 12.0 Product Documentation
ParsingEnabled Property (RangeValidator)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RangeValidator Class : ParsingEnabled Property
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

Reference

RangeValidator Class
RangeValidator Members