Skip to main content
A newer version of this page is available. .

BootstrapAccordionGroupCancelEventArgs.Group Property

Gets a group for which the event is fired.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.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