ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / RightToLeftLayout Property

In This Topic
    RightToLeftLayout Property (C1CalendarView)
    In This Topic
    Gets or sets a value indicating whether the control can be laid out from right to left.
    Syntax
    'Declaration
     
    
    Public Property RightToLeftLayout As Boolean
    public 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