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

Telerik.Web.UI.SearchBoxDataSourceSelectEventArgs

Provides data for the E:Telerik.Web.UI.RadSearchBox.DataSourceSelect event of the Telerik.Web.UI.RadSearchBox control.

Inheritance Hierarchy

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

Properties

DataSource IDataSource

Gets the DataSource of the control when the event is raised.

FilterString String

Gets the text value of the control when the event is raised.

SelectedContextItem SearchContextItemData

Gets the currenctly selected from the search context.

ShowAllResults Boolean

Gets whether should return all matched items.

UserContext IDictionary

Gets the user context added in the ClientDataRequesting event.

In this article