SPCalendarBase.IsCalendarRightToLeft Property
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