GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / Start Property

In This Topic
    Start Property (BaseTask)
    In This Topic
    Gets or sets the start date.
    Syntax
    'Declaration
     
    Public MustOverride Property Start As Nullable(Of Date)
    public abstract Nullable<DateTime> Start {get; set;}
    See Also