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. |