Skip to main content
A newer version of this page is available. .
Bar

BarItemCustomDrawEventArgs.Cache Property

Provides access to this bar item link’s graphics cache.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

A GraphicsCache object associated with this bar item link.

See Also