ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / BaseTask Class / GridStart Property

In This Topic
    GridStart Property (BaseTask)
    In This Topic
    This property is for internal use only.
    Syntax
    'Declaration
     
    Public MustOverride Property GridStart As System.Nullable(Of Date)
    public abstract System.Nullable<DateTime> GridStart {get; set;}
    See Also