Skip to main content
A newer version of this page is available. .
All docs
V20.2

ToolboxControl.CustomDrawItems Event

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v20.2.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