Class GanttViewTimelineItemFormattingEventArgs
Represents the event arguments for the TimelineItemFormatting event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewTimelineItemFormattingEventArgs
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 GanttViewTimelineItemFormattingEventArgs : EventArgs
Constructors
GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem, GanttViewTimelineItemElement)
Initializes a new instance of the GanttViewTimelineItemFormattingEventArgs class.
Declaration
public GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem item, GanttViewTimelineItemElement itemElement)
Parameters
GanttViewTimelineDataItem
item
The item. |
GanttViewTimelineItemElement
itemElement
The item element. |
Properties
Item
Gets the item.
Declaration
public GanttViewTimelineDataItem Item { get; }
Property Value
GanttViewTimelineDataItem
The item. |
ItemElement
Gets the item element.
Declaration
public GanttViewTimelineItemElement ItemElement { get; }
Property Value
GanttViewTimelineItemElement
The item element. |