Skip to main content

BootstrapAccordionGroupEventArgs(BootstrapAccordionGroup) Constructor

Creates an instance of the BootstrapAccordionGroupEventArgs class.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

#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