Intersoft ClientUI Documentation
GetColumnContainingElement Method



An element contained in a column.
Returns the column that contains the specified element.
Syntax
Public Shared Function GetColumnContainingElement( _
   ByVal element As FrameworkElement _
) As UXGridViewColumn
Dim element As FrameworkElement
Dim value As UXGridViewColumn
 
value = UXGridViewColumn.GetColumnContainingElement(element)
public static UXGridViewColumn GetColumnContainingElement( 
   FrameworkElement element
)
public:
static UXGridViewColumn^ GetColumnContainingElement( 
   FrameworkElement^ element
) 

Parameters

element
An element contained in a column.

Return Value

The column that contains the element, or null if the element was not found.
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

UXGridViewColumn Class
UXGridViewColumn Members

Send Feedback