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

In This Topic
    RightToLeftLayout Property (DropDownCalendar)
    In This Topic
    Gets or sets a value indicating whether right-to-left mirror placement is turned on.
    Syntax
    'Declaration
     
    
    Public Overrides Property RightToLeftLayout As Boolean
    public override bool RightToLeftLayout {get; set;}

    Property Value

    true if right-to-left mirror placement is turned on; otherwise, false for standard child control placement. The default is false.
    See Also