Skip to main content

BackstageViewControl.CustomDrawItem Event

Allows you to manually re-draw this BackstageViewControl‘s items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("CustomDraw")]
public event BackstageViewItemCustomDrawEventHandler CustomDrawItem

Event Data

The CustomDrawItem event's data class is DevExpress.XtraBars.Ribbon.BackstageViewItemCustomDrawEventArgs.

Remarks

Handle the CustomDrawItem event to use methods accessed through the e.Graphics and e.Cache properties to re-draw items within this BackstageViewControl.

See Also