A newer version of this page is available.
Switch to the current version.
BootstrapAccordionItem.Group Property
Gets the group to which the current item belongs.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public BootstrapAccordionGroup Group { get; }
<Browsable(False)>
Public ReadOnly Property Group As BootstrapAccordionGroup
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
Feedback