DropdownDirection Enumeration

Direction the items in a Dropdown should be ordered in.

Definition

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