TextDirection enumeration
SharePoint 2013
Indicates the direction of characters in the grid control.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
The JS Grid controlTextDirection enumeration specifies the direction text is displayed. The choices are as follows:
Default Default text direction.
RightToLeft Right to left text direction.
LeftToRight Left to right text direction.
The TextDirection property works with the locale ID (LCID) property to deliver a regionally appropriate grid or Gantt: Setting LCID for the control passes the indicated LCID to the grid panes. The grid pane passes the LCID to the columns.
Example:
Note |
|---|
Date columns are an exception to this behavior: A date column displays the dates and date picker formatted for the input LCID. |
Show:
Note