A newer version of this page is available.
Switch to the current version.
BootstrapAccordionGroupEventArgs.Group Property
Gets a group for which the event is fired.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapAccordionGroup Group { get; }
Public ReadOnly Property Group As BootstrapAccordionGroup
Property Value
Type | Description |
---|---|
BootstrapAccordionGroup | A BootstrapAccordionGroup object representing the group for which the event is raised. |
See Also
Feedback