ClassGanttViewTextViewItemFormattingEventArgs
Class
Represents the event arguments for the ItemFormatting event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewTextViewItemFormattingEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewTextViewItemFormattingEventArgs
Inherited Members
Constructors
GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem, GanttViewTextItemElement)
Initializes a new instance of the GanttViewTextViewItemFormattingEventArgs class.
Declaration
cs-api-definition
public GanttViewTextViewItemFormattingEventArgs(GanttViewDataItem item, GanttViewTextItemElement itemElement)
Parameters
item
The item.
itemElement
The item element.
Properties
ItemElement
Gets the item element.
Declaration
cs-api-definition
public GanttViewTextItemElement ItemElement { get; }
Property Value
The item element.