ActiveReports 13
TemplatedParent Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : TemplatedParent Property
Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template.
Syntax
'Declaration
 
Public ReadOnly Property TemplatedParent As DependencyObject
public DependencyObject TemplatedParent {get;}

Property Value

The element whose System.Windows.FrameworkTemplate System.Windows.FrameworkTemplate.VisualTree caused this element to be created. This value is frequently null; see Remarks.
See Also

Reference

Viewer Class
Viewer Members