[]
Display the validation error of a cell.
public class ValidationErrorIndicator : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Public Class ValidationErrorIndicator
Inherits Control
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| ValidationErrorIndicator() | Initializes a new instance of the ValidationErrorIndicator class. |
| Name | Description |
|---|---|
| IsActivedProperty | |
| IsEditErrorProperty | |
| IsInvalidProperty | |
| MessageProperty | |
| TitleProperty |
| Name | Description |
|---|---|
| IsActived | Gets a value indicating whether this instance is focused. |
| IsEditError | Gets a value indicating whether the editing value is invalid. |
| IsInvalid | Gets a value indicating whether the curren value is invalid. |
| Message | Gets the message to display.When editing, it is the error message. When not editing , it is the input message. |
| Title | Gets the message title to display.When editing, it is the error title. When not editing , it is the input title. |
| Name | Description |
|---|---|
| MeasureOverride(Size) | |
| OnApplyTemplate() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |
| OnVisualParentChanged(DependencyObject) |