Represents the event arguments for an item event raised by RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadGanttViewEventArgs : EventArgs
Inheritance: objectEventArgsRadGanttViewEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RadGanttViewEventArgs class.
Properties
Gets the item.
C#
public virtual GanttViewDataItem Item { get; }
The item.