ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ValidationDecorator Class / Target Property



In This Topic
    Target Property
    In This Topic
    Gets or sets the target of the validation.
    Syntax
    'Declaration
     
    
    Public Property Target As FrameworkElement
    'Usage
     
    
    Dim instance As C1ValidationDecorator
    Dim value As FrameworkElement
     
    instance.Target = value
     
    value = instance.Target
    public FrameworkElement Target {get; set;}
    public:
    property FrameworkElement^ Target {
       FrameworkElement^ get();
       void set (    FrameworkElement^ value);
    }
    See Also