DropdownDirection Enumeration

Direction the items in a Dropdown should be ordered in.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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