GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceCollection Class / AllowRemove Property

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