ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / RightToLeftLayout Property

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