SPField.Reorderable Property

Gets a Boolean value that indicates whether values in the field can be reordered.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Reorderable As Boolean
    Get
'Usage
Dim instance As SPField
Dim value As Boolean

value = instance.Reorderable
public bool Reorderable { get; }

Property Value

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

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace