ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.Boolean
    public abstract System.bool Summary {get;}
    See Also