C1.Win.C1List Namespace / DropdownPositionEnum Enumeration

DropdownPositionEnum Enumeration
Defines the position of the drop down list.
Syntax
'Declaration
 
Public Enum DropdownPositionEnum 
   Inherits System.Enum
 
Members
MemberDescription
DefaultPositionThe dropdown list will open to the right and down.
LeftDownThe dropdown list will open to the left and down.
LeftUpThe dropdown list will open to the left and up.
RightDownThe dropdown list will open to the right and down.
RightUpThe dropdown list will open to the right and up.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1List.DropdownPositionEnum

See Also