New to Telerik UI for WinFormsStart a free 30-day trial

Represents the event arguments for the ItemChildIdNeeded event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewItemChildIdNeededEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemChildIdNeededEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemChildIdNeededEventArgs class.

C#
public GanttViewItemChildIdNeededEventArgs(GanttViewDataItem item)
Parameters:itemGanttViewDataItem

The item.

Properties

Gets or sets the child id that will be used to identify the item.

C#
public object ChildId { get; set; }
Property Value:

The child id.