Class
GanttViewEditorRequiredEventArgs

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

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

GanttViewDataItem

The item.

column

GanttViewTextViewColumn

The column.

editorType

Type

Type of the editor.

Properties

Column

Gets the current column of the item.

Declaration

cs-api-definition
public GanttViewTextViewColumn Column { get; }

Property Value

GanttViewTextViewColumn

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

IInputEditor

The editor.

EditorType

Gets or sets the type of the editor.

Declaration

cs-api-definition
public Type EditorType { get; set; }

Property Value

Type

The type of the editor.