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.v19.1.dll

Declaration

public BootstrapAccordionGroup Group { get; }

Property Value

Type Description
BootstrapAccordionGroup

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

See Also