[]
The ValidationErrorIndicator represents the framework element used for collecting validation errors.
public class ValidationErrorIndicator : FrameworkElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Name | Description |
---|---|
ValidationErrorIndicator() |
Name | Description |
---|---|
HasErrorsProperty | Identifies the HasErrors dependency property. |
HasNoErrorsProperty | Identifies the HasNoErrors dependency property. |
SourceElementProperty | Identifies the SourceElement dependency property. |
Name | Description |
---|---|
HasErrors | Gets a bool value determining whether the Source element has validation errors. |
HasNoErrors | Gets a bool value determining whether the Source element has no validation errors. |
SourceElement | Gets or sets a UIElement for which validation errors should be collected. |
Name | Description |
---|---|
OnInitialized(EventArgs) | Overrides the default behavior. |