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