ValidationHintProperties Properties
An object that stores global validation hint properties for all three control validation states.| Name | Description |
|---|---|
| IndeterminateState | Provides access to settings that will be in effect only when the parent ValidationHint is in the indeterminate state. |
| InvalidState | Provides access to settings that will be in effect only when the parent ValidationHint is in the invalid state. |
| State | Gets or sets this ValidationHint object’s current state. |
| ValidState | Provides access to settings that will be in effect only when the parent ValidationHint is in the valid state. |
See Also