BootstrapAccordion.ItemCommand Event
In This Article
Fires when a control contained within a templated item raises the Command event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public event BootstrapAccordionItemCommandEventHandler ItemCommand
#Event Data
The ItemCommand event's data class is BootstrapAccordionItemCommandEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Command |
Gets the argument for the command.
Inherited from Command |
Command |
Gets the name of the command.
Inherited from Command |
Command |
Gets an object representing the control which forced a postback.
Inherited from Nav |
Item | Gets an item object related to the event. |
See Also