[]
        
(Showing Draft Content)

C1.iOS.Input.DropDownMode

DropDownMode Class

DropDown display mode.

Inheritance
DropDownMode
Namespace: C1.iOS.Input
Assembly: C1.iOS.Input.dll
Syntax
public sealed class DropDownMode : Enum

Fields

Name Description
AboveOrBelow

Tries to open the drop-down above the header. If it’s not possible it tries to open below.

BelowOrAbove

Tries to open the drop-down below the header. If it’s not possible it tries to open above. (default value).

Default

If the device is phone, then DropDownView is displayed in separate FullScreen page, if device is not phone, mode will be BelowOrAbove by default.

ForceAbove

Forces the drop-down to open above the header.

ForceBelow

Forces the drop-down to open below the header.

FullScreen

DropDownView is displayed in separate FullScreen page (similar to navigationpage) where user can select from list or navigate backwards by hitting back button

value__