SelectedRowList Class Methods
In This Topic
For a list of all members of this type, see SelectedRowList members.
Public Methods
Protected Methods
| Name | Description |
 | OnClear | Overridden. Performs additional custom processes when clearing the contents of the SelectedRowList instance. |
 | OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the SelectedRowList instance. |
 | OnInsert | Overridden. Performs additional custom processes before inserting a new element into the SelectedRowList instance. |
 | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the SelectedRowList instance. |
 | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the SelectedRowList instance. |
 | OnSet | Overridden. Performs additional custom processes before setting a value in the SelectedRowList instance. |
 | OnValidate | Performs additional custom processes when validating a value. (Inherited from Xceed.Grid.Collections.RowList) |
Top
See Also