ClassGanttViewItemElementCreatingEventArgs
Class
Represents the event arguments for the ItemElementCreating event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemElementCreatingEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemElementCreatingEventArgs
Inherited Members
Constructors
GanttViewItemElementCreatingEventArgs(GanttViewDataItem, GanttViewBaseViewElement)
Initializes a new instance of the GanttViewItemElementCreatingEventArgs class.
Declaration
cs-api-definition
public GanttViewItemElementCreatingEventArgs(GanttViewDataItem item, GanttViewBaseViewElement viewElement)
Parameters
item
The item.
viewElement
The view element.
Properties
ItemElement
Gets or sets the item element.
Declaration
cs-api-definition
public GanttViewBaseItemElement ItemElement { get; set; }
Property Value
The item element.
ViewElement
Gets the view element.
Declaration
cs-api-definition
public GanttViewBaseViewElement ViewElement { get; }
Property Value
The view element.