Represents the event arguments for the EditorRequired event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewEditorRequiredEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewEditorRequiredEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewEditorRequiredEventArgs class.
C#
public GanttViewEditorRequiredEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, Type editorType)
The item.
columnGanttViewTextViewColumnThe column.
editorTypeTypeType of the editor.
Properties
Gets the current column of the item.
C#
public GanttViewTextViewColumn Column { get; }
The column.
Gets or sets the editor that will be used for editing.
C#
public IInputEditor Editor { get; set; }
The editor.
Gets or sets the type of the editor.
C#
public Type EditorType { get; set; }
The type of the editor.