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

Telerik.Web.UI.Diagram.DiagramItemDataBoundEventArgs

Encapsulates data for Telerik.Web.UI.RadDiagram RadDiagram'sItemDataBound event.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Telerik.Web.UI.Diagram.DiagramItemDataBoundEventArgs

Properties

DataItem Object

Gets the DataItem holding the information for the current item.

Item Object

Gets the Item being data bound.

ItemType Object

Gets the type of the current item.

Remarks

Returns Shape when the item is of type or Connection when the item is of type

In this article