Skip to main content

BootstrapAccordionItem.Group Property

Gets the group to which the current item belongs.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public BootstrapAccordionGroup Group { get; }

Property Value

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object representing the group that contains the item.

Remarks

The Group property provides access to the group object whose BootstrapAccordionGroup.Items collection contains the current item.

See Also