Xceed Grid for WinForms v4.3 Documentation
SourceObject Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DataRow Class : SourceObject Property
Gets the object from which the row is getting is value.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property SourceObject As Object
'Usage
 
Dim instance As DataRow
Dim value As Object
 
value = instance.SourceObject
[Browsable(false)]
public object SourceObject {get;}

Property Value

An object representing the object from which the row is getting its value. Will always be a null reference (Nothing in Visual Basic) when the grid is not bound to a data source.
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

DataRow Class
DataRow Members