Gets or sets a flag indicating whether the calendar is in a Right-to-Left mode.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool IsRightToLeft { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsRightToLeft As Boolean |
A boolean value. The default is false.
See Also