[]
Gets or sets a value indicating whether the control can be laid out from right to left.
[C1Description("Calendar.RightToLeftLayout", "Gets or sets a value indicating whether the control can be laid out from right to left.")]
[C1Category("Appearance")]
public virtual bool RightToLeftLayout { get; set; }
<C1Description("Calendar.RightToLeftLayout", "Gets or sets a value indicating whether the control can be laid out from right to left.")>
<C1Category("Appearance")>
Public Overridable Property RightToLeftLayout As Boolean
When the RightToLeft and RightToLeftLayout properties are both true, control is displayed with the right to left layout.