Represents the event arguments for the TimelineItemFormatting event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewTimelineItemFormattingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewTimelineItemFormattingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewTimelineItemFormattingEventArgs class.
C#
public GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem item, GanttViewTimelineItemElement itemElement)
The item.
itemElementGanttViewTimelineItemElementThe item element.
Properties
Gets the item.
C#
public GanttViewTimelineDataItem Item { get; }
The item.
Gets the item element.
C#
public GanttViewTimelineItemElement ItemElement { get; }
The item element.