Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ValidationErrorIndicator Class / SourceElement Property

In This Topic
    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