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

BootstrapAccordionGroupCollection.Add() Method

Adds a new group to the end of the collection and returns the newly created object.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroup Add()

Returns

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object representing the newly created group.

Remarks

Use the Add method to add a new group with the default settings to the BootstrapAccordionGroupCollection object. You can modify properties of the obtained object to control the appearance and behavior of the added group.

See Also