Skip to main content
All docs
V25.1
  • ToolboxControl.CustomDrawItems Event

    Namespace: DevExpress.XtraToolbox

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