ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ExpandDirection Enumeration

In This Topic
    C1ExpandDirection Enumeration
    In This Topic
    Specifies the direction in which a C1.Silverlight.Extended.C1Expander control opens.
    Syntax
    'Declaration
     
    
    Public Enum C1ExpandDirection 
       Inherits System.Enum
    public enum C1ExpandDirection : System.Enum 
    Members
    MemberDescription
    DownThe C1.Silverlight.Extended.C1Expander control opens down.
    LeftThe C1.Silverlight.Extended.C1Expander control opens left.
    RightThe C1.Silverlight.Extended.C1Expander control opens right.
    UpThe C1.Silverlight.Extended.C1Expander control opens up.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.C1ExpandDirection

    See Also