Xceed Grid for WinForms v4.3 Documentation
DataRowList Class
Members 


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace : DataRowList Class
Contains an editable list of Xceed.Grid.DataRow objects used by the Xceed.Grid.GroupBase.GetSortedDataRows.
Object Model
DataRowList ClassDataRow Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<ListBindableAttribute(False)>
Public Class DataRowList 
   Inherits ReadOnlyDataRowList
'Usage
 
Dim instance As DataRowList
[DefaultMember("Item")]
[ListBindable(false)]
public class DataRowList : ReadOnlyDataRowList 
Remarks

This collection of data rows is directly related with the data binding. Modifying, adding, deleting, etc.. in this collection will automatically affect the corresponding rows in the data source to which the grid is bound. For example, if a row is deleted, it will also be deleted in the data source. If an operation is not permitted the appropriate error will be thrown.

Inheritance Hierarchy

System.Object
      Xceed.Grid.Collections.ReadOnlyDataRowList
         Xceed.Grid.Collections.DataRowList

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

DataRowList Members
Xceed.Grid.Collections Namespace