The following tables list the members exposed by ReadOnlyDetailGridList.
Public Properties
| Name | Description |
| IsFixedSize | Overridden. Gets a value indicating whether the list has a fixed size. |
| IsReadOnly | Overridden. Gets a value indicating whether the list is readonly. |
| Item | Gets the detail grid at the specified index. |
Top
Public Methods
| Name | Description |
| 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. |
Top
Protected Methods
| Name | Description |
| OnValidate | Overridden. Performs additional custom processes when validating a value. |
Top
See Also