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

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