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

Telerik.Web.UI.SearchBoxEventArgs

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

Inheritance Hierarchy

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

Properties

DataItem Object

Gets or sets the dataItem object of the referenced item in the control when the event is raised.

Text String

Gets or sets the text of the referenced item in the control when the event is raised.

Value String

Gets or sets the value of the referenced item in the control when the event is raised.

In this article