Skip to main content
A newer version of this page is available. .

BootstrapAccordionGroup.Items Property

Gets the collection of items within the group and provides indexed access to them.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapAccordionItemCollection Items { get; }

Property Value

Type Description
BootstrapAccordionItemCollection

A BootstrapAccordionItemCollection object representing the collection of the group’s items.

Remarks

The Items property provides access to a collection that contains all the items of the current group. This collection provides standard means to manipulate (add or remove) items within a group. A particular item can be accessed using index notation.

See Also