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


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