GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / SelectedTask Property

In This Topic
    SelectedTask Property (C1GanttView)
    In This Topic
    Gets or sets the currently selected task.
    Syntax
    'Declaration
     
    Public Property SelectedTask As Task
    public Task SelectedTask {get; set;}
    See Also