ClassCreateGanttLinkDataItemEventArgs
Class
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
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
The link data item.