C1.Silverlight Namespace / DropDownDirection Enumeration

DropDownDirection Enumeration
Provides the supported expand directions for the C1ComboBox.
Syntax
'Declaration
 
Public Enum DropDownDirection 
   Inherits System.Enum
 
Members
MemberDescription
AboveOrBelowTries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it.
BelowOrAboveTries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it.
ForceAboveForces the C1ComboBox content to open above the header.
ForceBelowForces the drop-down C1ComboBox to open below the header.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.DropDownDirection

See Also