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


In This Topic
    SelectedRowList Class
    In This Topic
    Contains a list of selected rows.
    Object Model
    SelectedRowList ClassRow Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ListBindableAttribute(False)>
    Public Class SelectedRowList 
       Inherits RowList
    'Usage
     
    Dim instance As SelectedRowList
    [DefaultMember("Item")]
    [ListBindable(false)]
    public class SelectedRowList : RowList 
    Inheritance Hierarchy

    System.Object
          Xceed.Grid.Collections.RowList
             Xceed.Grid.Collections.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
    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