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)

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