ComponentOne Basic Library for WPF and Silverlight
Target Property (C1ValidationDecorator)


C1.Silverlight Namespace > C1ValidationDecorator Class : Target Property
Gets or sets the target of the validation.
Syntax
'Declaration
 
Public Property Target As System.Windows.FrameworkElement
'Usage
 
Dim instance As C1ValidationDecorator
Dim value As System.Windows.FrameworkElement
 
instance.Target = value
 
value = instance.Target
public System.Windows.FrameworkElement Target {get; set;}
See Also

Reference

C1ValidationDecorator Class
C1ValidationDecorator Members