New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewCancelEventArgs.ItemCancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemEditingEventArgs class.

C#
public GanttViewItemEditingEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, IInputEditor editor)
Parameters:itemGanttViewDataItem

The item.

columnGanttViewTextViewColumn

The column.

editorIInputEditor

The editor.

Properties

Gets the column.

C#
public GanttViewTextViewColumn Column { get; }
Property Value:

The column.

Gets the editor.

C#
public IInputEditor Editor { get; }
Property Value:

The editor.