WinUI | ComponentOne
C1.WinUI.Accordion Assembly / C1.WinUI.Accordion Namespace / ExpandDirection Enumeration
In This Topic
    ExpandDirection Enumeration
    In This Topic
    Specifies the direction in which a C1Expander control opens.
    Syntax
    public enum ExpandDirection : System.Enum 
    Members
    MemberDescription
    DownThe C1Expander control opens down.
    LeftThe C1Expander control opens left.
    RightThe C1Expander control opens right.
    UpThe C1Expander control opens up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Accordion.ExpandDirection

    See Also