ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.8 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / SelectedTaskIndex Property

In This Topic
    SelectedTaskIndex Property (C1GanttView)
    In This Topic
    Gets or sets the index of the currently selected task.
    Syntax
    'Declaration
     
    Public Property SelectedTaskIndex As System.Integer
    public System.int SelectedTaskIndex {get; set;}
    See Also