ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / ReflectOnSummary Property

In This Topic
    ReflectOnSummary Property (BaseTask)
    In This Topic
    Gets or sets the task reflect on summary or not.
    Syntax
    'Declaration
     
    Public MustOverride Property ReflectOnSummary As System.Boolean
    public abstract System.bool ReflectOnSummary {get; set;}
    See Also