InputGroupDropDownButton

in namespace DotVVM.Framework.Controls.Bootstrap4

Renders a Bootstrap dropdown button which is used in InputGroup.

Usage & Scenarios

A special version of the DropDownButton control that can be used in InputGroup.

See DropDownButton for more info on how to use this control.

https://getbootstrap.com/docs/4.3/components/input-group/

Properties

Name Type Description Notes Default Value
property icon AllowPopupFlip Boolean Gets or sets whether the pop-up can flip to a different direction when it does not fit on the page.
attribute
inner element
static value
bindable
default
True
property icon ButtonContentTemplate ITemplate Gets or sets the template for the button content.
attribute
inner element
static value
bindable
default
null
property icon ButtonType DropDownButtonType Gets or sets the type of the button.
attribute
inner element
static value
bindable
default
Button
property icon DataSource Object Gets or sets the source collection or a GridViewDataSet that contains data in the control.
attribute
inner element
static value
bindable
default
null
property icon DropDirection DropDirection Gets or sets the pop-up direction.
attribute
inner element
static value
bindable
default
DropDown
property icon IsCollapsed Boolean Gets or sets whether the button is collapsed or not.
attribute
inner element
static value
bindable
default
True
property icon IsEnabledBinding IValueBinding Gets or sets a value binding that points to a property indicating whether the item is disabled or not.
attribute
inner element
static value
bindable
default
null
property icon IsSelectedBinding IValueBinding Gets or sets a value binding that points to a property indicating whether the item is selected or not.
attribute
inner element
static value
bindable
default
null
property icon Items List<IDropDownButtonItem> Gets or sets a collection of items that is used when no DataSource is set.
attribute
inner element
static value
bindable
default
null
property icon ItemsContentTemplate ITemplate Gets or sets the template for contents of the generated items when using the DataSource property.
attribute
inner element
static value
bindable
default
null
property icon MenuAlignment DropdownMenuAlignment Gets or sets whether the pop-up will be aligned to the right of the button.
attribute
inner element
static value
bindable
default
Default
property icon NavigateUrlBinding IValueBinding Gets or sets the value binding that points to a property which will be navigated to when the item is clicked.
attribute
inner element
static value
bindable
default
null
property icon Size Size Gets or sets the size of the button.
attribute
inner element
static value
bindable
default
Default
property icon Text String Gets or sets the button text.
attribute
inner element
static value
bindable
default
property icon TextBinding IValueBinding Gets or sets the value binding that points to a property which will be used as the text of the item.
attribute
inner element
static value
bindable
default
null
property icon Type BootstrapButtonColor Gets or sets the color of the button.
attribute
inner element
static value
bindable
default
Primary
property icon VisualStyle ButtonVisualStyle Gets or sets whether the button has solid fill, or whether it is only an outline.
attribute
inner element
static value
bindable
default
SolidFill

Events

Name Type Description
event icon ClickBinding ICommandBinding Gets or sets a binding which defines a click action for button items.

HTML produced by the control