BackstageViewControl.CustomDrawItem Event
Allows you to manually re-draw this BackstageViewControl‘s items.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.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