Represents the event arguments for the EditorInitialized event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GanttViewItemEditorInitializedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemEditorInitializedEventArgs
Inherited Members
Constructors
Initializes a new instance of the GanttViewItemEditorInitializedEventArgs class.
C#
public GanttViewItemEditorInitializedEventArgs(GanttViewDataItem item, IInputEditor editor)
The item.
editorIInputEditorThe editor.
Properties
Gets the editor.
C#
public IInputEditor Editor { get; }
The editor.