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


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