Class GanttViewItemChildIdNeededEventArgs
Represents the event arguments for the ItemChildIdNeeded event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewItemChildIdNeededEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemChildIdNeededEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemChildIdNeededEventArgs(GanttViewDataItem)
Initializes a new instance of the GanttViewItemChildIdNeededEventArgs class.
Declaration
public GanttViewItemChildIdNeededEventArgs(GanttViewDataItem item)
Parameters
GanttViewDataItem
item
The item. |
Properties
ChildId
Gets or sets the child id that will be used to identify the item.
Declaration
public object ChildId { get; set; }
Property Value
System.Object
The child id. |