Version

Editor Property (TaskColumnSettings)

Gets or sets the editor that this column will use for editing and displaying cells.
Syntax
'Declaration
 
Public Property Editor As Infragistics.Win.EmbeddableEditorBase
public Infragistics.Win.EmbeddableEditorBase Editor {get; set;}
Remarks

Note: There are certain columns in the GanttView whose default editors provide extra functionality. These columns are Task Name, Duration, and Constraint. For example, the Task Name column has an editor which provides the expansion indicators and the ability to indent or outdent a task via dragging and the Duration column has an editor which provides the ability to edit a TimeSpan value. Setting the Editor property on these columns will disable this functionality, and it is the responsibility of the new editor to handle these cases.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also