Skip to main content
All docs
V23.1

TabHeaderCustomDrawEventArgs.Cache Property

Provides access to the drawing surface and a cache of pens, fonts, and brushes.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public GraphicsCache Cache { get; }

Property Value

Type Description
GraphicsCache

An object that provides access to the drawing surface and a cache of pens, fonts, and brushes.

See Also