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

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