ClassCreateGanttDataItemEventArgs
Class
Represents the event arguments for the CreateDataItem event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CreateGanttDataItemEventArgs : EventArgs
Inheritance: objectEventArgsCreateGanttDataItemEventArgs
Inherited Members
Constructors
CreateGanttDataItemEventArgs()
Declaration
cs-api-definition
public CreateGanttDataItemEventArgs()
Properties
Item
Gets or sets the data item.
Declaration
cs-api-definition
public GanttViewDataItem Item { get; set; }
Property Value
The data item.