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

Telerik.Web.UI.OrgChartNodeDataBoundEventArguments

Represents an Telerik.Web.UI.OrgChartNodeDataBoundEventArguments OrgChartNodeDataBoundEventArgumentsin the Telerik.Web.UI.RadOrgChart RadOrgChartcontrol.

Remarks

OrgChartNodeDataBoundEventArguments is an event argument of the OnNodeDataBound event handler.

Inheritance Hierarchy

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

Properties

Node OrgChartNode

Gets the OrgChartNode which is created from a data source.

Remarks

It is added to OrgChartNodeCollection and all of its OrgChartGroupItems are binded and inserted in its GroupItems collection.

In this article