
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class RowList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As RowList
[DefaultMember("Item")] [ListBindable(false)] public class RowList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Collections.RowList
Xceed.Grid.Collections.SelectedRowList
Name | Description | |
---|---|---|
![]() | IsFixedSize | Overridden. Gets a value indicating whether the RowList has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the RowList is readonly. |
![]() | Item | Gets the row at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a row to the list. |
![]() | Clear | Removes all rows from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific row exists in the list. |
![]() | IndexOf | Searches for the specified Xceed.Grid.Row object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a row into the list at the specified index. |
![]() | Remove | Removes the row from the list. |
![]() | RemoveAt | Removes the row from the list at the specified index. |
Name | Description | |
---|---|---|
![]() | OnClear | Overridden. Performs additional custom processes when clearing the contents of the Xceed.Utils.Collections.ListBase instance. |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing an item from the Xceed.Utils.Collections.ListBase instance. |
![]() | OnValidate | Overridden. Performs additional custom processes when validating a value. |
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