ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / RightToLeftLayout Property

In This Topic
    RightToLeftLayout Property (DateEditMonthCalendar)
    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