BCGControlBar Library for .NET
DataBoundRow Property




Gets or sets a DataRow object. Used in DBGrid.
Syntax
'Declaration
 
Public Property DataBoundRow As DataRow
'Usage
 
Dim instance As GridDataRow
Dim value As DataRow
 
instance.DataBoundRow = value
 
value = instance.DataBoundRow
public DataRow DataBoundRow {get; set;}
public: __property DataRow* get_DataBoundRow();
public: __property void set_DataBoundRow( 
   DataRow* value
);
public:
property DataRow^ DataBoundRow {
   DataRow^ get();
   void set (    DataRow^ value);
}
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

GridDataRow Class
GridDataRow Members

Send Feedback