Intersoft ClientUI Documentation
GetIsHeaderOf Method



The FrameworkElement from which the property value is read.
Gets the value of the IsHeaderOf attached property for a specified FrameworkElement.
Syntax
Public Shared Function GetIsHeaderOf( _
   ByVal element As FrameworkElement _
) As UXTreeViewItem
Dim element As FrameworkElement
Dim value As UXTreeViewItem
 
value = UXTreeViewConnectingLines.GetIsHeaderOf(element)
public static UXTreeViewItem GetIsHeaderOf( 
   FrameworkElement element
)
public:
static UXTreeViewItem^ GetIsHeaderOf( 
   FrameworkElement^ element
) 

Parameters

element
The FrameworkElement from which the property value is read.

Return Value

The IsHeaderOf property value for the FrameworkElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXTreeViewConnectingLines Class
UXTreeViewConnectingLines Members

Send Feedback