Represents the event arguments for the ItemEditing event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemEditingEventArgs : RadGanttViewCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRadGanttViewCancelEventArgsGanttViewItemEditingEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemEditingEventArgs class.
C#
public GanttViewItemEditingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, IInputEditor editor)
The item.
columnGanttViewTextViewColumnThe column.
editorIInputEditorThe editor.
Properties
Gets the column.
C#
public GanttViewTextViewColumn Column { get; }
The column.
Gets the editor.
C#
public IInputEditor Editor { get; }
The editor.