CustomDrawEventArgs.Cache Property
In This Article
Gets an object specifying the storage for the most used pens, fonts and brushes.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public GraphicsCache Cache { get; }
#Property Value
Type | Description |
---|---|
Graphics |
A Graphics |
#Remarks
Please refer to the GraphicsCache class description for more information.
See Also