Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

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