BarItemCustomDrawEventArgs.Cache Property
In This Article
Provides access to this bar item link’s graphics cache.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
See Also