New to Telerik UI for WinFormsStart a free 30-day trial

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 RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewItemEditorInitializedEventArgs class.

C#
public GanttViewItemEditorInitializedEventArgs(GanttViewDataItem item, IInputEditor editor)
Parameters:itemGanttViewDataItem

The item.

editorIInputEditor

The editor.

Properties

Gets the editor.

C#
public IInputEditor Editor { get; }
Property Value:

The editor.