Class GanttViewItemElementCreatingEventArgs
Represents the event arguments for the ItemElementCreating event of RadGanttView.
Inheritance
System.Object
System.EventArgs
GanttViewItemElementCreatingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemElementCreatingEventArgs : RadGanttViewEventArgs
Constructors
GanttViewItemElementCreatingEventArgs(GanttViewDataItem, GanttViewBaseViewElement)
Initializes a new instance of the GanttViewItemElementCreatingEventArgs class.
Declaration
public GanttViewItemElementCreatingEventArgs(GanttViewDataItem item, GanttViewBaseViewElement viewElement)
Parameters
GanttViewDataItem
item
The item. |
GanttViewBaseViewElement
viewElement
The view element. |
Properties
ItemElement
Gets or sets the item element.
Declaration
public GanttViewBaseItemElement ItemElement { get; set; }
Property Value
GanttViewBaseItemElement
The item element. |
ViewElement
Gets the view element.
Declaration
public GanttViewBaseViewElement ViewElement { get; }
Property Value
GanttViewBaseViewElement
The view element. |