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

In This Topic
    Notes Property (Task)
    In This Topic
    Gets or sets notes associated with this task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Notes As String
    public override string Notes {get; set;}
    See Also