GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / TasksMappingCollection Class / Initialized Property

In This Topic
    Initialized Property (TasksMappingCollection)
    In This Topic
    Returns C1.Schedule.MappingInfo object for the Task.Initialized property of the Task object. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the Task.Initialized property to be bound to the appropriate field in the data source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Initialized As C1.Schedule.MappingInfo
    public C1.Schedule.MappingInfo Initialized {get;}
    See Also