Xceed DataGrid for Silverlight Documentation
GetContainerFromPath(DataGridPath) Method


A DataGridPath representing the path of the container to retrieve.
Retrieves the container for the specified path.
Syntax
'Declaration
 
Public Function GetContainerFromPath( _
   ByVal path As DataGridPath _
) As UIElement
'Usage
 
Dim instance As DataGridControl
Dim path As DataGridPath
Dim value As UIElement
 
value = instance.GetContainerFromPath(path)
public UIElement GetContainerFromPath( 
   DataGridPath path
)

Parameters

path
A DataGridPath representing the path of the container to retrieve.

Return Value

A UIElement representing the path's container.
Remarks
Only the data items that are visible in the viewport will have an associated container.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback