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

CustomDrawHamburgerButtonEventArgs.Cache Property

Provides access to a drawing surface and a pen/brush/font cache.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

An object that provides access to a drawing surface and a pen/brush/font cache.

See Also