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

BootstrapAccordionGroupEventArgs(BootstrapAccordionGroup) Constructor

Creates an instance of the BootstrapAccordionGroupEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public BootstrapAccordionGroupEventArgs(
    BootstrapAccordionGroup group
)

Parameters

Name Type Description
group BootstrapAccordionGroup

A BootstrapAccordionGroup object representing the group for which the event has fired.

Remarks

The constructor assigns the parameter value to the BootstrapAccordionGroupEventArgs.Group property.

Instances of the BootstrapAccordionGroupEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also