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

Represents the event arguments for the EditorRequired event of RadGanttView.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class GanttViewEditorRequiredEventArgs : RadGanttViewEventArgs

Inheritance: objectEventArgsRadGanttViewEventArgsGanttViewEditorRequiredEventArgs

Inherited Members RadGanttViewEventArgs.ItemEventArgs.Empty

Constructors

Initializes a new instance of the GanttViewEditorRequiredEventArgs class.

C#
public GanttViewEditorRequiredEventArgs(GanttViewDataItem item, GanttViewTextViewColumn column, Type editorType)
Parameters:itemGanttViewDataItem

The item.

columnGanttViewTextViewColumn

The column.

editorTypeType

Type of the editor.

Properties

Gets the current column of the item.

C#
public GanttViewTextViewColumn Column { get; }
Property Value:

The column.

Gets or sets the editor that will be used for editing.

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

The editor.

Gets or sets the type of the editor.

C#
public Type EditorType { get; set; }
Property Value:

The type of the editor.