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

In This Topic
    ConstraintType Property (BaseTask)
    In This Topic
    Gets or sets the type of constraint for scheduling a task.
    Syntax
    'Declaration
     
    Public MustOverride Property ConstraintType As ConstraintType
    public abstract ConstraintType ConstraintType {get; set;}
    See Also