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

BootstrapAccordionItemCommandEventArgs.Item Property

Gets an item object related to the event.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapAccordionItem Item { get; }

Property Value

Type Description
BootstrapAccordionItem

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

Remarks

The Item property represents a BootstrapAccordionItem object concerned with raising the event.

See Also