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


In This Topic
    SelectedRowList Class Members
    In This Topic

    The following tables list the members exposed by SelectedRowList.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the RowList has a fixed size. (Inherited from Xceed.Grid.Collections.RowList)
    Public PropertyGets a value indicating whether the RowList is readonly. (Inherited from Xceed.Grid.Collections.RowList)
    Public PropertyGets the row at the specified index. (Inherited from Xceed.Grid.Collections.RowList)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a row to the list. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodSelects a contiguous range of rows.  
    Public MethodRemoves all rows from the list. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodRetrieves a boolean value indicating if a specific row exists in the list. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodSearches for the specified Xceed.Grid.Row object and returns the zero-based index of the first occurrence within the list. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodInserts a row into the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodRemoves the row from the list. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodRemoves the row from the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList)
    Public MethodClears the current selection of row and selects the specified Xceed.Grid.Row.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Performs additional custom processes when clearing the contents of the SelectedRowList instance.  
    Protected MethodOverridden. Performs additional custom processes after clearing the contents of the SelectedRowList instance.  
    Protected MethodOverridden. Performs additional custom processes before inserting a new element into the SelectedRowList instance.  
    Protected MethodOverridden. Performs additional custom processes after inserting a new element into the SelectedRowList instance.  
    Protected MethodOverridden. Performs additional custom processes after removing an element from the SelectedRowList instance.  
    Protected MethodOverridden. Performs additional custom processes before setting a value in the SelectedRowList instance.  
    Protected MethodPerforms additional custom processes when validating a value. (Inherited from Xceed.Grid.Collections.RowList)
    Top
    See Also