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

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