
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class DataRowList Inherits ReadOnlyDataRowList
'Usage Dim instance As DataRowList
[DefaultMember("Item")] [ListBindable(false)] public class DataRowList : ReadOnlyDataRowList
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.
System.Object
Xceed.Grid.Collections.ReadOnlyDataRowList
Xceed.Grid.Collections.DataRowList
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