Skip to main content

CustomDrawHamburgerButtonEventArgs.Cache Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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