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

In This Topic
    Summary Property (BaseTask)
    In This Topic
    Gets or sets the task in summary task or not.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Summary As Boolean
    public abstract bool Summary {get;}
    See Also