GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Boolean
    public abstract bool Initialized {get; set;}
    See Also