SPView.OrderedView property
Gets a Boolean value that indicates whether users can reorder items through the user interface.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property OrderedView As Boolean
Get
'Usage
Dim instance As SPView
Dim value As Boolean
value = instance.OrderedView
public bool OrderedView { get; }
Property value
Type: System.Boolean
true if items can be reordered; otherwise, false.