Click or drag to resize

ListGroupItemSelected Property

Gets or sets whether the item is selected.

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

Property Value

Type: Boolean
Whether the item is selected.
See Also