Represents the event arguments for the ItemValidated event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemValidatedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemValidatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemValidatedEventArgs class.
C#
public GanttViewItemValidatedEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column)
The item.
columnGanttViewTextViewColumnThe column.
Properties
Gets the column.
C#
public GanttViewTextViewColumn Column { get; }
The column.