The following tables list the members exposed by ReadOnlyGroupList.
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 group at the specified index. |
Top
Public Methods
| Name | Description |
 | Contains | Retrieves a boolean value indicating if a specific group exists in the list. |
 | IndexOf | Searches for the specified Xceed.Grid.Group 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