List Methods |
The List type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRow |
Adds a row to the list.
| |
| Clear |
Removes all rows from the list.
| |
| GetAllItemIDs | ||
| GetControlState | ||
| GetRowsByInternalIds | ||
| GetSelectedRows |
Retrieves all selected rows from current page.
| |
| GetSelectedRowsFromAllPages |
Retrieves all selected rows from all pages.
| |
| GetViewFrame |
Retrieves an array represeing a current view frame of the list.
| |
| LoadResources | ||
| OnBeforeInitFilters | ||
| OnFiltersApplied |
Fires FiltersApplied event.
| |
| OnInit |
Handles list "Init" event.
| |
| OnLoad |
Handles list "Load" event.
| |
| OnPageIndexChanged |
Fires PageIndexChanged event.
| |
| OnPageIndexChanging |
Fires PageIndexChanging event.
| |
| OnPreRender |
Handles list "PreRender" event.
| |
| OnRemoveSorting | ||
| OnSort |
Fires Sort event.
| |
| RaisePostBackChangingEvent | ||
| RaisePostBackEvent |
Processes list events.
| |
| RemoveRow |
Removes a row from the list.
| |
| RemoveRowAt |
Removes the row at the specified index
| |
| RemoveRowRange |
Removes a range of Rows from the List
| |
| Render |
Renders list.
| |
| RenderRows |
Renders list rows.
| |
| SetupControlState | ||
| SortRows(Int32, ListSortDirection) |
Sorts list rows.
| |
| SortRows(ListColumn, ListSortDirection) |
Sorts list rows.
| |
| SortRows(Int32, ListSortDirection, Boolean) |
Sorts list rows.
|