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

BootstrapAccordionGroupCommandEventArgs.Group Property

Gets a group object related to the event.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroup Group { get; }

Property Value

Type Description
BootstrapAccordionGroup

A BootstrapAccordionGroup object, manipulations on which forced the event to be raised.

Remarks

The Group property represents a BootstrapAccordionGroup object concerned with raising the event.

See Also