ComponentOne TileView for WPF and Silverlight
CanUserReorder Property


C1.WPF.TileView Namespace > C1TileView Class : CanUserReorder Property
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
'Usage
 
Dim instance As C1TileView
Dim value As System.Boolean
 
instance.CanUserReorder = value
 
value = instance.CanUserReorder
public System.bool CanUserReorder {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members