ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.String
    public virtual System.string Notes {get; set;}
    See Also