GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / Parts Property

In This Topic
    Parts Property (BaseTask)
    In This Topic
    Gets or sets the Parts of this task.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Parts As Parts
    public abstract Parts Parts {get;}
    See Also