ClassGanttViewTimelineItemFormattingEventArgs
Class
Represents the event arguments for the TimelineItemFormatting event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewTimelineItemFormattingEventArgs : EventArgs
Inheritance: objectEventArgsGanttViewTimelineItemFormattingEventArgs
Inherited Members
Constructors
GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem, GanttViewTimelineItemElement)
Initializes a new instance of the GanttViewTimelineItemFormattingEventArgs class.
Declaration
cs-api-definition
public GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem item, GanttViewTimelineItemElement itemElement)
Parameters
item
The item.
itemElement
The item element.
Properties
Item
Gets the item.
Declaration
cs-api-definition
public GanttViewTimelineDataItem Item { get; }
Property Value
The item.
ItemElement
Gets the item element.
Declaration
cs-api-definition
public GanttViewTimelineItemElement ItemElement { get; }
Property Value
The item element.