Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / DropDownMode Enumeration

In This Topic
    DropDownMode Enumeration
    In This Topic
    DropDown display mode.
    Syntax
    'Declaration
     
    
    Public Enum DropDownMode 
       Inherits System.Enum
    public enum DropDownMode : System.Enum 
    Members
    MemberDescription
    AboveOpens the drop-down above the header.
    BelowOpens the drop-down below the header.
    DefaultIf the device is phone, then DropDownView is displayed in separate FullScreen page, if device is not phone, mode will be BelowOrAbove by default.
    FullScreenDropDownView is displayed in separate FullScreen page (similar to navigationpage) where user can select from list or navigate backwards by hitting back button
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Input.DropDownMode

    See Also