ClassGanttViewGraphicalViewItemFormattingEventArgs
Class
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
Constructors
GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem, GanttGraphicalViewBaseItemElement)
Initializes a new instance of the GanttViewGraphicalViewItemFormattingEventArgs class.
Declaration
cs-api-definition
public GanttViewGraphicalViewItemFormattingEventArgs(GanttViewDataItem item, GanttGraphicalViewBaseItemElement itemElement)
Parameters
item
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.