public sealed class Dropdown : BlazorBootstrapComponentBase| Dropdown | Initializes a new instance of the Dropdown class |
| AutoClose | If , enables the auto close. |
| AutoCloseBehavior | Gets or sets the auto close behavior of the dropdown. |
| ChildContent | Gets or sets the content to be rendered within the component. |
| Color | Gets or sets the dropdown color. |
| Direction | Gets or sets the direction of the dropdown menu. |
| Disabled | If , dropdown will be disabled. |
| Split | Gets or sets the toggle button split behavior. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |