ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / ExpandDirection Enumeration

In This Topic
    ExpandDirection Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the ExpandDirection property in the C1Accordion class. This enumeration specifies different expand directions (top, right, bottom, and left) for the C1Accordion control.
    Syntax
    'Declaration
     
    Public Enum ExpandDirection 
       Inherits System.Enum
    public enum ExpandDirection : System.Enum 
    Members
    MemberDescription
    BottomBottom.
    LeftLeft.
    RightRight.
    TopTop.
    Inheritance Hierarchy

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

    See Also