Class GanttViewItemEditingEventArgs
Represents the event arguments for the ItemEditing event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewItemEditingEventArgs : RadGanttViewCancelEventArgs
Constructors
GanttViewItemEditingEventArgs(GanttViewDataItem, GanttViewTextViewColumn, IInputEditor)
Initializes a new instance of the GanttViewItemEditingEventArgs class.
Declaration
public GanttViewItemEditingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, IInputEditor editor)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextViewColumn
column
The column. |
IInputEditor
editor
The editor. |
Properties
Column
Gets the column.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
GanttViewTextViewColumn
The column. |
Editor
Gets the editor.
Declaration
public IInputEditor Editor { get; }
Property Value
IInputEditor
The editor. |