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

Telerik.Web.UI.ControlItemData

Data class used for transferring control items (menu items, tree nodes, etc.) from and to web services.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ControlItemData

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