Xceed DataGrid for Silverlight Documentation
CurrentItem Property (DataGridContext)


Gets or sets the current data item.
Syntax
'Declaration
 
Public Property CurrentItem As Object
'Usage
 
Dim instance As DataGridContext
Dim value As Object
 
instance.CurrentItem = value
 
value = instance.CurrentItem
public object CurrentItem {get; set;}

Property Value

An object representing the current data item. Can be a null reference (Nothing in Visual Basic).
Remarks
Only data items can be returned by the CurrentItem property. The CurrentPath property can be used to retrieve 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