[]
Represents whether it is valid when GcDateTime.Value is null.
public sealed class InputTextValidator : ControlValidator
Public NotInheritable Class InputTextValidator
Inherits ControlValidator
It only supports GcDateTime control. If doesn't input anything, GcDateTime.Value is always valid. If input something and GcDateTime.Value is null, the result is invalid.
The following xaml demonstrates how to use ControlValidator to validate control value.
Name | Description |
---|---|
InputTextValidator() | Initializes a new instance of the InputTextValidator class. |
InputTextValidator(object) | Initializes a new instance of the InputTextValidator class. |