New to Telerik UI for WinFormsStart a free 30-day trial

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

Constructors

Initializes a new instance of the GanttViewTimelineItemFormattingEventArgs class.

C#
public GanttViewTimelineItemFormattingEventArgs(GanttViewTimelineDataItem item, GanttViewTimelineItemElement itemElement)
Parameters:itemGanttViewTimelineDataItem

The item.

itemElementGanttViewTimelineItemElement

The item element.

Properties

Gets the item.

C#
public GanttViewTimelineDataItem Item { get; }
Property Value:

The item.

Gets the item element.

C#
public GanttViewTimelineItemElement ItemElement { get; }
Property Value:

The item element.