GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView 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 Integer
    public int SelectedTaskIndex {get; set;}
    See Also