Click or drag to resize

CarouselItems Property

Gets the tab pages.

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 CarouselCollection Items { get; }

Property Value

Type: CarouselCollection
The tab pages.
See Also