ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / Task Class / Initialized Property

In This Topic
    Initialized Property (Task)
    In This Topic
    Indicates whether the Task contains non-empty fields.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Initialized As System.Boolean
    public override System.bool Initialized {get; set;}
    See Also