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


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