Represents customer side validation type. AnyValue represents no validation.
public enum ValidationType
Members
| Member Name | Description | Value |
| AnyValue | Any value validation type. | 0 |
| DropDownList | Show dropdown list. | 1 |
| List | List validation type. | 2 |
| FreeList | Free List validation type. | 3 |
| CustomExpression | Custom validation type, using regular expression. | 4 |
| Boolean | TRUE or FALSE | 5 |
| Number | Number ( Integer or Double ). | 6 |
| Integer | Integer | 7 |
| Date | Date yyyy-MM-dd | 8 |
| DateTime | DateTime (yyyy-MM-dd or yyyy-MM-dd hh:mm:ss). | 9 |
| CustomFunction | Custom javascript function validation. | 10 |
| CheckBox | Display the cell as a checkbox. And the value of the cell is True of False. | 11 |
Requirements
Namespace: Aspose.Grid.Web
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web Namespace