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