Intersoft WebGrid Documentation
DataRow Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class : DataRow Property






Returns the DataRow object that is used to display this row.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns the DataRow object that is used to display this row.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property DataRow As Object
Visual Basic (Usage)Copy Code
Dim instance As WebGridRow
Dim value As Object
 
instance.DataRow = value
 
value = instance.DataRow
C# 
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the DataRow object that is used to display this row.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public object DataRow {get; set;}
Delphi 
public read-write property DataRow: TObject; 
JScript 
BrowsableAttribute()
DescriptionAttribute("Returns the DataRow object that is used to display this row.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set DataRow : Object
Managed Extensions for C++ 
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the DataRow object that is used to display this row.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property Object* get_DataRow();
public: __property void set_DataRow( 
   Object* value
);
C++/CLI 
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the DataRow object that is used to display this row.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property Object^ DataRow {
   Object^ get();
   void set (    Object^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.