Skip to main content
All docs
V25.1
  • CustomDrawHamburgerButtonEventArgs.Cache Property

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

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.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