SourceElement Property (ValidationErrorIndicator)
In This Topic
Gets or sets a
System.Windows.UIElement for which validation errors should be collected.
Syntax
'Declaration
Public Property SourceElement As UIElement
public UIElement SourceElement {get; set;}
See Also