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

Telerik.Web.UI.AutoCompleteBoxItemData

This Class defines the AutoCompleteBoxItemData object with fields Text, Value, Enabled and Attributes. This class is used for transferring data to the client side.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.AutoCompleteBoxItemData

Properties

Attributes IDictionary2`

Custom attributes for the item to pass to the client.

Enabled Boolean

A value indicating if the item to pass to the client is enabled.

Text String

Text for the item to pass to the client.

Value String

Value for the item to pass to the client.

In this article