Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended.PropertyGrid Namespace / CollectionEditorControl Class / CanUserRemoveItems Property

In This Topic
    CanUserRemoveItems Property (CollectionEditorControl)
    In This Topic
    Gets or sets a value indicating whether the user can remove items from the edited collection.
    Syntax
    'Declaration
     
    
    Public Property CanUserRemoveItems As Boolean
    public bool CanUserRemoveItems {get; set;}
    See Also