| GrapeCity.Xaml.SpreadSheet.Data Namespace : DataValidator Class | 
The following tables list the members exposed by DataValidator.
| Name | Description | |
|---|---|---|
|  | DataValidator Constructor | Constructs a data validator. | 
| Name | Description | |
|---|---|---|
|  | ComparisonOperator | Gets the comparison operator. | 
|  | ErrorMessage | Gets or sets the error message string. | 
|  | ErrorStyle | Gets the error style. | 
|  | ErrorTitle | Gets or sets the error title string. | 
|  | IgnoreBlank | Gets or sets whether to ignore an empty value. | 
|  | InCellDropdown | Gets or sets whether to show the candidate legal data in a drop down list. | 
|  | InputMessage | Gets or sets the input message string. | 
|  | InputTitle | Gets or sets the input title string. | 
|  | ShowErrorMessage | Gets or sets whether to show the error message. | 
|  | ShowInputMessage | Gets or sets whether to show the input message. | 
|  | Type | Gets the criteria type of this data validator. | 
|  | Value1 | Gets the first value of the data validation. | 
|  | Value2 | Gets the second value of the data validation. | 
| Name | Description | |
|---|---|---|
|  | Clone | Overloaded. Creates a new object that is a copy of the current instance. | 
|   | CreateDateValidator | Creates a validator based on the data. | 
|   | CreateFormulaListValidator | Creates a validator based on a formula list. | 
|   | CreateFormulaValidator | Creates a validator based on a formula. | 
|   | CreateListValidator | Creates a validator based on a list. | 
|   | CreateNumberValidator | Creates a validator based on numbers. | 
|   | CreateTextLengthValidator | Creates a validator based on text length. | 
|  | GetValidList | Returns the valid data lists if the data validation type is list; otherwise, returns null. | 
|  | IsValid | Determines whether the current value is valid. | 
| Name | Description | |
|---|---|---|
|  | OnReadXml | Generates the rule from its XML representation. | 
|  | OnWriteXml | Converts the rule into its XML representation. | 
|  | Reset | Resets this instance. |