C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridColumnHeaderCell Class / PersistentDrawingCache Property


In This Topic
PersistentDrawingCache Property (GridColumnHeaderCell)
In This Topic
Syntax
'Declaration
 
Public Overridable Property PersistentDrawingCache As Android.Views.PersistentDrawingCaches
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Android.Views.PersistentDrawingCaches
 
instance.PersistentDrawingCache = value
 
value = instance.PersistentDrawingCache
See Also