InputGroupLinkButton

in namespace DotVVM.Framework.Controls.Bootstrap4

Extends the bootstrap LinkButton control for usage in InputGroup

Usage & Scenarios

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

See LinkButton 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 Enabled Boolean Gets or sets a value indicating whether the button is enabled and can be clicked on.
attribute
inner element
static value
bindable
default
False
property icon IsBlockButton Boolean Gets or sets whether the button should be styled as a block element.
attribute
inner element
static value
bindable
default
False
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 text on the button.
attribute
inner element
static value
bindable
default
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 Click Command Gets or sets the command that will be triggered when the button is clicked.

HTML produced by the control