ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileView Class / CanUserReorder Property


In This Topic
    CanUserReorder Property (C1TileView)
    In This Topic
    Gets or sets whether the user is allowed to drag and drop and reorder C1TileViewItems from this control.
    Syntax
    'Declaration
     
    
    Public Property CanUserReorder As Boolean
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Boolean
     
    instance.CanUserReorder = value
     
    value = instance.CanUserReorder
    public bool CanUserReorder {get; set;}
    See Also