SPList.Direction property

Gets or sets the direction of the reading order for the list.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Direction As String
    Get
    Set
'Usage
Dim instance As SPList
Dim value As String

value = instance.Direction

instance.Direction = value
public string Direction { get; set; }

Property value

Type: System.String
A string that contains ltr if the reading order is left-to-right, rtl if it is right-to-left, or none.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace