|  | IBaseList Methods | 
The IBaseList type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | GetFocusedId | 
            Gets the cell value for the focused row and the id field
             | 
|  | GetFocusedRowCellValue | 
            Gets the cell value for the focused row and a specified field
             | 
|  | GetRowCellValue | 
            Gets the cell value for the row corresponding o the given id and a specified field
             | 
|  | GetRowHandleCellValue | 
            Gets the cell value for the row corresponding to the given row handle and specified field
             | 
|  | GetSelectedIds | 
            Gets the cell value for the selected rows and a LookupValue field
             | 
|  | GetSelectedRowCellValue | 
            Gets the cell value for the selected row and a specified field
             | 
|  | GetSelectedRowHandles | 
            Gets the row handles of the selected rows
             | 
 See Also
See Also