ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / Initialized Property

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