GrapeCity MultiRow Windows Forms Documentation
DataBoundItem Property


Gets the data bound object that populated the row.
Syntax
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property DataBoundItem As Object
Dim instance As Row
Dim value As Object
 
value = instance.DataBoundItem
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public object DataBoundItem {get;}

Property Value

A System.Object that represents the data bound object.
Remarks
Accessing data bound objects directly through row objects is useful when you do not have direct access to the data source containing the objects. It is also convenient when you want to manipulate objects bound to selected rows or to rows passed as arguments to event handlers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members

 

 


Copyright © GrapeCity, inc. All rights reserved.