Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the calendar is rendered right to left.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property IsCalendarRightToLeft As Boolean
Get
'Usage
Dim instance As SPCalendarBase
Dim value As Boolean
value = instance.IsCalendarRightToLeft
public bool IsCalendarRightToLeft { get; }
Property Value
Type: System.Boolean