ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / CanUserReorder Property

In This Topic
    CanUserReorder Property
    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 System.Boolean
    public System.bool CanUserReorder {get; set;}
    See Also