[]
        
(Showing Draft Content)

C1.Blazor.Input.DropDownMode

DropDownMode Enum

DropDown display mode.

Namespace: C1.Blazor.Input
Assembly: C1.Blazor.Input.dll
Syntax
public enum DropDownMode

Fields

Name Description
Above

Opens the drop-down above the header.

Below

Opens the drop-down below the header.

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.

FullScreen

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