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

ToolboxControl.CustomDrawItems Event

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Event Data

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

See Also