Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class / RightToLeftLayout Property

In This Topic
    RightToLeftLayout Property (C1Calendar)
    In This Topic
    Gets or sets a value indicating whether the control can be laid out from right to left.
    Syntax
    'Declaration
     
    Public Overridable Property RightToLeftLayout As System.Boolean
    public virtual System.bool RightToLeftLayout {get; set;}
    Remarks
    When the RightToLeft and RightToLeftLayout properties are both true, control is displayed with the right to left layout.
    See Also