Xceed DataGrid for Silverlight Documentation
GetPathFromContainer Method (DataGridControl)


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 DataGridControl
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

DataGridControl Class
DataGridControl Members
DataGridControl.GetContainerFromItem Method
DataGridControl.GetContainerFromPath Method
DataGridControl.GetPathFromItem Method

Additional Information

Paths and Containers

Send Feedback