Xceed DataGrid for Silverlight Documentation
CurrentItem Property (DataGridControl)


Gets or sets the current data item.
Syntax
'Declaration
 
Public Property CurrentItem As Object
'Usage
 
Dim instance As DataGridControl
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.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback