Gets or sets whether the user is allowed to drag and drop and reorder C1TileViewItems from this control.

Namespace:  C1.Xaml.TileView
Assembly:  C1.Xaml.TileView (in C1.Xaml.TileView.dll)

Syntax

C#
public bool CanUserReorder { get; set; }
Visual Basic
Public Property CanUserReorder As Boolean
	Get
	Set

See Also