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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.Custom, FixedId := "a", Value := "It MUST be a case insensitive 'none' or 'rtl' or 'ltr'.")> _
Public Property Direction As String
Get
Set
'Usage
Dim instance As SPList
Dim value As String
value = instance.Direction
instance.Direction = value
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.Custom, FixedId = "a", Value = "It MUST be a case insensitive 'none' or 'rtl' or 'ltr'.")]
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.