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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property OrderedView As Boolean
    Get
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.OrderedView
[ClientCallableAttribute]
public bool OrderedView { get; }

Property Value

Type: System.Boolean
true if items can be reordered; otherwise, false.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace