C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / IsEnabled Property


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