[]
        
(Showing Draft Content)

C1.Win.C1List.DropdownPositionEnum

DropdownPositionEnum Enum

Defines the position of the drop down list.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public enum DropdownPositionEnum

Fields

Name Description
DefaultPosition

The dropdown list will open to the right and down.

LeftDown

The dropdown list will open to the left and down.

LeftUp

The dropdown list will open to the left and up.

RightDown

The dropdown list will open to the right and down.

RightUp

The dropdown list will open to the right and up.