New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemElementCreatingEventArgs class.

C#
public GanttViewItemElementCreatingEventArgs(GanttViewDataItem item, GanttViewBaseViewElement viewElement)
Parameters:itemGanttViewDataItem

The item.

viewElementGanttViewBaseViewElement

The view element.

Properties

Gets or sets the item element.

C#
public GanttViewBaseItemElement ItemElement { get; set; }
Property Value:

The item element.

Gets the view element.

C#
public GanttViewBaseViewElement ViewElement { get; }
Property Value:

The view element.