RadControls for WinForms

Gets a reference to the tree object, that contains information about the scene where the element is currently visualized.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public virtual ComponentThemableElementTree ElementTree { get; internal set; }
Visual Basic
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Overridable Property ElementTree As ComponentThemableElementTree
	Get
	Friend Set

See Also