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

In This Topic
    RightToLeftLayout Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating whether the control is laid out from right to left.
    Syntax
    'Declaration
     
    
    Public Overridable Property RightToLeftLayout As Boolean
    public virtual bool RightToLeftLayout {get; set;}
    See Also