Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewTimelineItemElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewTimelineItemElementCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewTimelineItemElementCreatingEventArgs class.
C#
public GanttViewTimelineItemElementCreatingEventArgs(GanttViewTimelineDataItem item)
The data item.
Properties
Gets the data item.
C#
public virtual GanttViewTimelineDataItem Item { get; }
Gets or sets the item element.
C#
public GanttViewTimelineItemElement ItemElement { get; set; }