Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / DropDownDirection Enumeration


In This Topic
    DropDownDirection Enumeration
    In This Topic
    Value indicating in which direction the control's dropdown will open.
    Syntax
    'Declaration
     
    Public Enum DropDownDirection 
       Inherits System.Enum
    'Usage
     
    Dim instance As DropDownDirection
    public enum DropDownDirection : System.Enum 
    Members
    MemberDescription
    AutomaticThe dropdown will open below the control if enough space is available. If there is not enough space below the control, the dropdown will open above it.
    DownThe dropdown will open below the control.
    UpThe dropdown will open above the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Editors.DropDownDirection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also