New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadListBoxItemsRequestedEventArgs

Provides data for the E:Telerik.Web.UI.RadListBox.ItemsRequested event of the Telerik.Web.UI.RadListBox control.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.RadListBoxItemsRequestedEventArgs

Properties

Context IDictionary2`

Gets or sets the context set in the event.

Count Int32

Gets or sets the number of records to be retrieved from the data source

StartIndex Int32

Gets or sets the starting index from which the records from the data source should be retrieved.

In this article