'Declaration
Public Enum DropDownMode Inherits System.Enum
public enum DropDownMode : System.Enum
'Declaration
Public Enum DropDownMode Inherits System.Enum
public enum DropDownMode : System.Enum
Member | 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 |
System.Object
System.ValueType
System.Enum
C1.Blazor.Input.DropDownMode