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

AccordionControl.ContextButtonClick Event

Occurs whenever an item from either the AccordionControl.GroupContextButtons or AccordionControl.ItemContextButtons collections is clicked.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Events")]
public event ContextItemClickEventHandler ContextButtonClick

Event Data

The ContextButtonClick event's data class is DevExpress.Utils.ContextItemClickEventArgs.

See Also