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


In This Topic
DrawingCacheEnabled Property (GridColumnHeaderCell)
In This Topic
Syntax
'Declaration
 
Public Overridable Property DrawingCacheEnabled As Boolean
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Boolean
 
instance.DrawingCacheEnabled = value
 
value = instance.DrawingCacheEnabled
See Also