IBaseList Interface |
Namespace: EBP.Api.Interfaces.Controls.List
The IBaseList type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentView |
Gets the current view
| |
| SelectedRowCount |
Number of selected data rows
|
| 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
|