ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / AllowRemove Property

In This Topic
    AllowRemove Property (TaskCollection)
    In This Topic
    Gets whether you can remove items from the list, using Remove or RemoveAt.
    Syntax
    'Declaration
     
    Public Property AllowRemove As System.Boolean
    public System.bool AllowRemove {get; set;}
    See Also