Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ValidationDecorator Class / Target Property

In This Topic
    Target Property (C1ValidationDecorator)
    In This Topic
    Gets or sets the target of the validation.
    Syntax
    'Declaration
     
    
    Public Property Target As FrameworkElement
    public FrameworkElement Target {get; set;}
    See Also