[]
Data context for display data validation error.
public class DataValidationContext : DependencyObject
Public Class DataValidationContext
Inherits DependencyObject
Name | Description |
---|---|
AlertStyle | Alter style from data validation. |
EditingErrorException | Exception message cause by enter an invalid editing value. |
ErrorMessage | Error message from data validation. |
ErrorTitle | Error titile from data validation. |
InputMessage | Input message from data validation. |
InputTitle | Input title from data validation. |
IsDirectEditingException | Indicate that error is cause by inner exception after enter an invalid editing value. |
IsEditError | Indicate that error is cause by data validation after enter an invalid value. |
IsFocused | Indicate that cell error is actived. |
IsInvalid | Indicate that current valid is invalid. |
ShowError | Indicate error is shown when enter invalid value in data validation. |
ShowInput | Indicate message is shown when value is invalid in data validation. |