Search
Calendar.IsRightToLeft Property
See Also
 






Gets or sets a flag indicating whether the calendar is in a Right-to-Left mode.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsRightToLeft { get; set; }

Visual Basic  Copy Code

Public Property IsRightToLeft As Boolean

 Property Value

A boolean value. The default is false.

 See Also