Class GanttViewEditorRequiredEventArgs
Represents the event arguments for the EditorRequired event of RadGanttView.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class GanttViewEditorRequiredEventArgs : RadGanttViewEventArgs
Constructors
GanttViewEditorRequiredEventArgs(GanttViewDataItem, GanttViewTextViewColumn, Type)
Initializes a new instance of the Gantt
Declaration
public GanttViewEditorRequiredEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, Type editorType)
Parameters
Gantt The item. |
Gantt The column. |
System. Type of the editor. |
Properties
Column
Gets the current column of the item.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
Gantt The column. |
Editor
Gets or sets the editor that will be used for editing.
Declaration
public IInputEditor Editor { get; set; }
Property Value
IInput The editor. |
EditorType
Gets or sets the type of the editor.
Declaration
public Type EditorType { get; set; }
Property Value
System. The type of the editor. |