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);
DataGridAddNewRow Class | DataGridAddNewRow Members | System.WinForms Namespace