Class
CreateGanttLinkDataItemEventArgs

Represents the event arguments for the CreateLinkDataItem event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CreateGanttLinkDataItemEventArgs : EventArgs

Inheritance: objectEventArgsCreateGanttLinkDataItemEventArgs

Inherited Members EventArgs.Empty

Constructors

CreateGanttLinkDataItemEventArgs()

Declaration

cs-api-definition
public CreateGanttLinkDataItemEventArgs()

Properties

LinkDataItem

Gets or sets the link data item.

Declaration

cs-api-definition
public GanttViewLinkDataItem LinkDataItem { get; set; }

Property Value

GanttViewLinkDataItem

The link data item.