Back to Devexpress

CustomDrawEventArgs.Cache Property

windowsforms-devexpress-dot-xtratreelist-dot-customdraweventargs-2a24697a.md

latest1.4 KB
Original Source

CustomDrawEventArgs.Cache Property

Gets an object specifying the storage for the most used pens, fonts and brushes.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public GraphicsCache Cache { get; }
vb
Public ReadOnly Property Cache As GraphicsCache

Property Value

TypeDescription
GraphicsCache

A GraphicsCache object.

|

Remarks

Please refer to the GraphicsCache class description for more information.

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraTreeList Namespace