Xceed DataGrid for Silverlight Documentation
ContainerType Property


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

Property Value

A ContainerType value representing the type of the container that raised an 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