ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.UI.Xaml.FrameworkElement
    public Windows.UI.Xaml.FrameworkElement Target {get; set;}
    See Also