ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Expander Namespace / ExpandDirection Enumeration

In This Topic
    ExpandDirection Enumeration
    In This Topic
    Specifies the direction towards which a C1Expander control opens.
    Syntax
    'Declaration
     
    Public Enum ExpandDirection 
       Inherits System.Enum
    public enum ExpandDirection : System.Enum 
    Members
    MemberDescription
    BottomThe header will appear above the body and the control's body will expand towards the bottom of the control.
    LeftThe header will appear to the right of the body and the control's body will expand towards the left of the control.
    RightThe header will appear to the left of the body and the control's body will expand towards the right of the control.
    TopThe header will appear below the body and the control's body will expand towards the top of the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Expander.ExpandDirection

    See Also