Xceed DataGrid for Silverlight Documentation
CurrentPath Property (DataGridControl)


Gets or sets the path of the current item.
Syntax
'Declaration
 
Public Property CurrentPath As DataGridPath
'Usage
 
Dim instance As DataGridControl
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.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback