Spread Silverlight Documentation
DataValidator Class Members
Properties  Methods 


The following tables list the members exposed by DataValidator.

Public Constructors
 NameDescription
Public ConstructorDataValidator ConstructorConstructs a data validator.  
Top
Public Properties
 NameDescription
Public PropertyComparisonOperatorGets the comparison operator.  
Public PropertyErrorMessageGets or sets the error message string.  
Public PropertyErrorStyleGets the error style.  
Public PropertyErrorTitleGets or sets the error title string.  
Public PropertyIgnoreBlankGets or sets whether to ignore an empty value.  
Public PropertyInCellDropdownGets or sets whether to show the candidate legal data in a drop down list.  
Public PropertyInputMessageGets or sets the input message string.  
Public PropertyInputTitleGets or sets the input title string.  
Public PropertyShowErrorMessageGets or sets whether to show the error message.  
Public PropertyShowInputMessageGets or sets whether to show the input message.  
Public PropertyTypeGets the criteria type of this data validator.  
Public PropertyValue1Gets the first value of the data validation.  
Public PropertyValue2Gets the second value of the data validation.  
Top
Public Methods
 NameDescription
Public MethodCloneOverloaded. Creates a new object that is a copy of the current instance.  
Public Methodstatic (Shared in Visual Basic)CreateDateValidatorCreates a validator based on the data.  
Public Methodstatic (Shared in Visual Basic)CreateFormulaListValidatorCreates a validator based on a formula list.  
Public Methodstatic (Shared in Visual Basic)CreateFormulaValidatorCreates a validator based on a formula.  
Public Methodstatic (Shared in Visual Basic)CreateListValidatorCreates a validator based on a list.  
Public Methodstatic (Shared in Visual Basic)CreateNumberValidatorCreates a validator based on numbers.  
Public Methodstatic (Shared in Visual Basic)CreateTextLengthValidatorCreates a validator based on text length.  
Public MethodGetValidListReturns the valid data lists if the data validation type is list; otherwise, returns null.  
Public MethodIsValidDetermines whether the current value is valid.  
Top
Protected Methods
 NameDescription
Protected MethodOnReadXmlGenerates the rule from its XML representation.  
Protected MethodOnWriteXmlConverts the rule into its XML representation.  
Protected MethodResetResets this instance.  
Top
See Also

Reference

DataValidator Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.