Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / DataRowList Class
Properties Methods


In This Topic
    DataRowList Class Members
    In This Topic

    The following tables list the members exposed by DataRowList.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the DataRowList has a fixed size.  
    Public PropertyOverridden. Gets a value indicating whether the DataRowList is readonly.  
    Public PropertyGets the DataRow at the specified index. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new row to the list with its cells initialized to their default values. Xceed.Grid.CellRow.EndEdit must be called after AddNew in order to add the data row to the grid.  
    Public MethodRemoves all rows from the list.  
    Public MethodRetrieves a boolean value indicating if a specific data row exists in the list. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList)
    Public MethodSearches for the specified Xceed.Grid.DataRow object and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList)
    Public MethodRemoves the row from the list.  
    Public MethodRemoves the row from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes before inserting a new row into the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes after insertion of a new row into the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes when removing an element from the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes when removing a row from the the DataRowList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the DataRowList instance.  
    Protected MethodPerforms additional custom processes when validating a value. (Inherited from Xceed.Grid.Collections.ReadOnlyDataRowList)
    Top
    See Also