DropdownToggleButton Class

The toggle button the user can press to deploy the contents of the Dropdown

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class DropdownToggleButton : BlazorBootstrapComponentBase
Inheritance
Object    ComponentBase    BlazorBootstrapComponentBase    DropdownToggleButton

Remarks

Should only be used as the first child element of a Dropdown.

Constructors

DropdownToggleButtonInitializes a new instance of the DropdownToggleButton class

Properties

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 toggle button color.
Disabled Gets or sets the disabled.
Split If true, the css class 'dropdown-toggle-split' will be added to the button.
TabIndex Gets or sets the dropdown toggle button tab index.

Methods

SetParametersAsync Sets parameters supplied by the component's parent in the render tree.
(Overrides ComponentBaseSetParametersAsync(ParameterView))

See Also