
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class SelectedRowList Inherits RowList
'Usage Dim instance As SelectedRowList
[DefaultMember("Item")] [ListBindable(false)] public class SelectedRowList : RowList
System.Object
Xceed.Grid.Collections.RowList
Xceed.Grid.Collections.SelectedRowList
Name | Description | |
---|---|---|
![]() | IsFixedSize | Gets a value indicating whether the RowList has a fixed size. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | IsReadOnly | Gets a value indicating whether the RowList is readonly. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | Item | Gets the row at the specified index. (Inherited from Xceed.Grid.Collections.RowList) |
Name | Description | |
---|---|---|
![]() | Add | Adds a row to the list. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | AddRange | Selects a contiguous range of rows. |
![]() | Clear | Removes all rows from the list. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | Contains | Retrieves a boolean value indicating if a specific row exists in the list. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | IndexOf | Searches 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) |
![]() | Insert | Inserts a row into the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | Remove | Removes the row from the list. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | RemoveAt | Removes the row from the list at the specified index. (Inherited from Xceed.Grid.Collections.RowList) |
![]() | ResetTo | Clears the current selection of row and selects the specified Xceed.Grid.Row. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the SelectedRowList instance. |
![]() | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the SelectedRowList instance. |
![]() | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the SelectedRowList instance. |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the SelectedRowList instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the SelectedRowList instance. |
![]() | OnSet | Overridden. Performs additional custom processes before setting a value in the SelectedRowList instance. |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from Xceed.Grid.Collections.RowList) |
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