public enum DataValidationCriteria : System.Enum
Member | Description |
---|---|
Date | Dates with or without time portions are allowed as well as numbers equivalent to valid dates. When comparing against constraints, the cell value is used. |
Decimal | Only numbers are allowed. When comparing against constraints, the cell value is used. |
TextLength | Non-error values are allowed. When comparing against constraints, the length of the cell value's text equivalent is used. |
Time | Times are allowed are well as numbers equivalent to valid times without a date portion. When comparing against constraints, the cell value is used. |
WholeNumber | Only numbers are allowed and they cannot have a fractional part. When comparing against constraints, the cell value is used. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+