AccordionControlElementBase.Click Event
Fires when the element is clicked.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Click event's data class is EventArgs.
Remarks
The Click
event fires when the element is clicked. The event also fires if the element is focused and the user presses the Enter or Space key.
The AccordionControl.ElementClick event fires when any group or item in the control is clicked. The ElementClick event fires after the Click
event.
See Also