Xceed DataGrid for Silverlight Documentation
Container Property


Gets the container that raised the edit-related event.
Syntax
'Declaration
 
Public ReadOnly Property Container As Control
'Usage
 
Dim instance As DataGridEditEventArgs
Dim value As Control
 
value = instance.Container
public Control Container {get;}

Property Value

A Control representing the container (i.e., DataRow, DataCell) that raised the edit-related event.
Requirements

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

See Also

Reference

DataGridEditEventArgs Class
DataGridEditEventArgs Members

Send Feedback