Xceed DataGrid for Silverlight Documentation
GetPathFromContainer Method (DataGridContext)


A UIElement representing the container whose path is to be retrieved.
Retrieves the path for the specified container.
Syntax
'Declaration
 
Public Function GetPathFromContainer( _
   ByVal container As UIElement _
) As DataGridPath
'Usage
 
Dim instance As DataGridContext
Dim container As UIElement
Dim value As DataGridPath
 
value = instance.GetPathFromContainer(container)
public DataGridPath GetPathFromContainer( 
   UIElement container
)

Parameters

container
A UIElement representing the container whose path is to be retrieved.

Return Value

A DataGridPath representing the path of the container.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback