Click or drag to resize

ListGroupItemRenderAsButton Property

Gets or sets whether the item should be rendered as a button.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool RenderAsButton { get; set; }

Property Value

Type: Boolean
Whether the item should be rendered as a button.
See Also