Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / TemplatedParent Property


In This Topic
    TemplatedParent Property (ValidationErrorIndicator)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TemplatedParent As DependencyObject
    'Usage
     
    Dim instance As ValidationErrorIndicator
    Dim value As DependencyObject
     
    value = instance.TemplatedParent
    public DependencyObject TemplatedParent {get;}
    See Also