GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / ConstraintType Property

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