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