Class
GanttViewTimelineItemFormattingEventArgs

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 EventArgs.Empty

Constructors

GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem, GanttViewTimelineItemElement)

Initializes a new instance of the GanttViewTimelineItemFormattingEventArgs class.

Declaration

cs-api-definition
public GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem item, GanttViewTimelineItemElement itemElement)

Parameters

item

GanttViewTimelineDataItem

The item.

itemElement

GanttViewTimelineItemElement

The item element.

Properties

Item

Gets the item.

Declaration

cs-api-definition
public GanttViewTimelineDataItem Item { get; }

Property Value

GanttViewTimelineDataItem

The item.

ItemElement

Gets the item element.

Declaration

cs-api-definition
public GanttViewTimelineItemElement ItemElement { get; }

Property Value

GanttViewTimelineItemElement

The item element.