Click or drag to resize

ListGroupItems Property

Gets the items.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ListGroupItemCollection Items { get; }

Property Value

Type: ListGroupItemCollection
The items.
See Also