NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridAddNewRow.DataBound

HACK HACK HACK. Since the DataView does not return a valid DataRow for a newly added row, the DataGrid sets this property to true to signal that the AddNewRow can safely render row contents and permit editing, etc because a DataRecord exists in the cursor that created this row.

[Visual Basic]
Public Property DataBound As Boolean
[C#]
public bool DataBound {get; set;}
[C++]
public: __property bool get_DataBound();
public: __property void set_DataBound(bool);
[JScript]
public function get DataBound() : Boolean;
public function set DataBound(Boolean);

See Also

DataGridAddNewRow Class | DataGridAddNewRow Members | System.WinForms Namespace