Click or drag to resize

List Methods

The List type exposes the following members.

Methods
  NameDescription
Public methodAddRow
Adds a row to the list.
Public methodClear
Removes all rows from the list.
Public methodGetAllItemIDs
Public methodGetControlState
Public methodGetRowsByInternalIds
Public methodGetSelectedRows
Retrieves all selected rows from current page.
Public methodGetSelectedRowsFromAllPages
Retrieves all selected rows from all pages.
Public methodGetViewFrame
Retrieves an array represeing a current view frame of the list.
Public methodLoadResources
Protected methodOnBeforeInitFilters
Protected methodOnFiltersApplied
Fires FiltersApplied event.
Protected methodOnInit
Handles list "Init" event.
Protected methodOnLoad
Handles list "Load" event.
Protected methodOnPageIndexChanged
Fires PageIndexChanged event.
Protected methodOnPageIndexChanging
Fires PageIndexChanging event.
Protected methodOnPreRender
Handles list "PreRender" event.
Protected methodOnRemoveSorting
Protected methodOnSort
Fires Sort event.
Protected methodRaisePostBackChangingEvent
Public methodRaisePostBackEvent
Processes list events.
Public methodRemoveRow
Removes a row from the list.
Public methodRemoveRowAt
Removes the row at the specified index
Public methodRemoveRowRange
Removes a range of Rows from the List
Protected methodRender
Renders list.
Protected methodRenderRows
Renders list rows.
Public methodSetupControlState
Public methodSortRows(Int32, ListSortDirection)
Sorts list rows.
Public methodSortRows(ListColumn, ListSortDirection)
Sorts list rows.
Public methodSortRows(Int32, ListSortDirection, Boolean)
Sorts list rows.
Top
See Also