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


In This Topic
AlwaysDrawnWithCacheEnabled Property (GridColumnHeaderCell)
In This Topic
Syntax
'Declaration
 
<ObsoleteAttribute("deprecated")>
Public Overridable Property AlwaysDrawnWithCacheEnabled As Boolean
 
'Usage
 
Dim instance As GridColumnHeaderCell
Dim value As Boolean
 
instance.AlwaysDrawnWithCacheEnabled = value
 
value = instance.AlwaysDrawnWithCacheEnabled
See Also