GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / ReflectOnGroup Property

In This Topic
    ReflectOnGroup Property (Task)
    In This Topic
    Gets or sets a value indicating whether the task is reflected on group bar.
    Syntax
    'Declaration
     
    Public Overrides Property ReflectOnGroup As Boolean
    public override bool ReflectOnGroup {get; set;}
    See Also