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)
Syntaxpublic bool RenderAsButton { get; set; }<asp:ListGroupItem RenderAsButton="True|False" />
Property Value
Type:
Boolean
Whether the item should be rendered as a button.
See Also