
'Declaration <DefaultMemberAttribute("Item")> <ListBindableAttribute(False)> Public Class DetailGridList Inherits Xceed.Utils.Collections.ListBase
'Usage Dim instance As DetailGridList
[DefaultMember("Item")] [ListBindable(false)] public class DetailGridList : Xceed.Utils.Collections.ListBase
System.Object
Xceed.Grid.Collections.DetailGridList
Name | Description | |
---|---|---|
![]() | IsFixedSize | Overridden. Gets a value indicating whether the DetailGridList has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the DetailGridList is readonly. |
![]() | Item | Gets or sets the detail grid at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a detail grid to the list. |
![]() | Clear | Removes all the detail grids from the list. |
![]() | Contains | Retrieves a boolean value indicating if a specific detail grid exists in the list. |
![]() | IndexOf | Searches for the specified Xceed.Grid.DetailGrid object and returns the zero-based index of the first occurrence within the list. |
![]() | Insert | Inserts a detail grid into the list at the specified index. |
![]() | Remove | Removes the detail grid from the list. |
![]() | RemoveAt | Removes the detail grid from the list at the specified index. |
Name | Description | |
---|---|---|
![]() | 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