TextDirection Enumeration
SharePoint 2010
Indicates the direction of characters in the grid control.
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. |
Note