GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Boolean
    public abstract bool ReflectOnSummary {get; set;}
    See Also