New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.ListViewDataSourceResolvedEventArgs : Sys.EventArgs

Inheritance Hierarchy

Methods

get_data

Returns an array of the items that will be bound to the control.

Parameters

Returns

Array

get_response

Returns an object holding the data returned from the web service.

Parameters

Returns

Object

set_data

Set the data source which will be bound to the control.

Parameters

value Array

The array of items that the RadListView will use for binding.

Returns

None