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

AccordionControl.CustomDrawElement Event

Allows you to draw your own elements upon AccordionControl items and groups using the standard e.Cache and e.Graphics methods.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Events")]
public event CustomDrawElementEventHandler CustomDrawElement

Event Data

The CustomDrawElement event's data class is DevExpress.XtraBars.Navigation.CustomDrawElementEventArgs.

See Also