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 GanttViewEditorRequiredEventArgs class.
Declaration
public GanttViewEditorRequiredEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, Type editorType)
Parameters
GanttViewDataItem
item
The item. |
GanttViewTextViewColumn
column
The column. |
System.Type
editorType
Type of the editor. |
Properties
Column
Gets the current column of the item.
Declaration
public GanttViewTextViewColumn Column { get; }
Property Value
GanttViewTextViewColumn
The column. |
Editor
Gets or sets the editor that will be used for editing.
Declaration
public IInputEditor Editor { get; set; }
Property Value
IInputEditor
The editor. |
EditorType
Gets or sets the type of the editor.
Declaration
public Type EditorType { get; set; }
Property Value
System.Type
The type of the editor. |