Class
GanttViewGraphicalViewItemFormattingEventArgs

Represents the event arguments for the GraphicalViewItemFormatting event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class GanttViewGraphicalViewItemFormattingEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewGraphicalViewItemFormattingEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem, GanttGraphicalViewBaseItemElement)

Initializes a new instance of the GanttViewGraphicalViewItemFormattingEventArgs class.

Declaration

cs-api-definition
public GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem item, GanttGraphicalViewBaseItemElement itemElement)

Parameters

item

GanttViewDataItem

The item.

itemElement

GanttGraphicalViewBaseItemElement

The item element.

Properties

ItemElement

Gets the item element.

Declaration

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

Property Value

GanttGraphicalViewBaseItemElement

The item element.