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