ClassGanttViewItemEditorInitializedEventArgs
Class
Represents the event arguments for the EditorInitialized event of RadGanttView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class GanttViewItemEditorInitializedEventArgs : RadGanttViewEventArgs
Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewItemEditorInitializedEventArgs
Inherited Members
Constructors
GanttViewItemEditorInitializedEventArgs(GanttViewDataItem, IInputEditor)
Initializes a new instance of the GanttViewItemEditorInitializedEventArgs class.
Declaration
cs-api-definition
public GanttViewItemEditorInitializedEventArgs(GanttViewDataItem item, IInputEditor editor)
Parameters
item
The item.
editor
The editor.
Properties
Editor
Gets the editor.
Declaration
cs-api-definition
public IInputEditor Editor { get; }
Property Value
The editor.