DropdownAutoCloseBehavior Enumeration

Behavior invoked when a Dropdown closes.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum DropdownAutoCloseBehavior

Members

Inside0Dropdown will be closed (only) by clicking inside the dropdown menu.
Outside1Dropdown will be closed (only) by clicking outside the dropdown menu.
Both2Dropdown will be closed by clicking outside or inside the dropdown menu.

See Also