Skip to main content

BootstrapAccordionGroupCancelEventArgs.Group Property

Gets a group for which the event is fired.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapAccordionGroup Group { get; }

Property Value

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object representing the group for which the event is raised.

See Also