Xceed DataGrid for Silverlight Documentation
CurrentPath Property (DataGridContext)


Gets the path of the current item.
Syntax
'Declaration
 
Public Property CurrentPath As DataGridPath
'Usage
 
Dim instance As DataGridContext
Dim value As DataGridPath
 
instance.CurrentPath = value
 
value = instance.CurrentPath
public DataGridPath CurrentPath {get; set;}

Property Value

A DataGridPath representing the path of the current item.
Remarks
Unlike the CurrentItem property, the CurrentPath property will return the path to the current item, whether it be a data item or any other grid element.
Requirements

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

See Also

Reference

DataGridContext Class
DataGridContext Members

Send Feedback