Represents the event arguments for the GraphicalViewItemFormatting event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewGraphicalViewItemFormattingEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewGraphicalViewItemFormattingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewGraphicalViewItemFormattingEventArgs class.
C#
public GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem item, GanttGraphicalViewBaseItemElement itemElement)
The item.
itemElementGanttGraphicalViewBaseItemElementThe item element.
Properties
Gets the item element.
C#
public GanttGraphicalViewBaseItemElement ItemElement { get; }
The item element.