DropdownDirection Enumeration

Direction the items in a Dropdown should be ordered in.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum DropdownDirection

Members

Dropdown0 Displays the dropdown menu below the Dropdown element.
DropdownCentered1 Displays the dropdown menu below the Dropdown element and centered.
DropEnd2 Displays the dropdown menu right of the Dropdown element.
DropUp3 Displays the dropdown menu above the Dropdown element.
DropUpCentered4 Displays the dropdown menu above the Dropdown element and centered.
DropStart5 Displays the dropdown menu start the Dropdown element.

See Also