Xceed DataGrid for Silverlight Documentation
CreateRow Method


An object representing the user object for which a row must be created.
Creates and returns a new row.
Syntax
'Declaration
 
Protected Overridable Function CreateRow( _
   ByVal userObject As Object _
) As FrameworkElement
'Usage
 
Dim instance As DataGridControl
Dim userObject As Object
Dim value As FrameworkElement
 
value = instance.CreateRow(userObject)
protected virtual FrameworkElement CreateRow( 
   object userObject
)

Parameters

userObject
An object representing the user object for which a row must be created.

Return Value

The newly created row.
Remarks
If a grouping, sorting, or filtering operation is made, all recyclable elements will be cleared and the initialization process from PrepareElement to DetachElement will be restarted.
Requirements

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

See Also

Reference

DataGridControl Class
DataGridControl Members

Paths and Containers

Container Recycling

Send Feedback