DetailGridList Class Members
In This Topic
The following tables list the members exposed by DetailGridList.
Public Properties
Public Methods
| 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. |
Top
Protected Methods
| Name | Description |
 | OnValidate | Overridden. Performs additional custom processes when validating a value. |
Top
See Also