Skip to main content
All docs
V24.1

ToolboxControl.CustomDrawItems Event

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ToolboxCustomDrawItemsEventHandler CustomDrawItems

Event Data

The CustomDrawItems event's data class is DevExpress.XtraToolbox.ToolboxCustomDrawItemsEventArgs.

See Also