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


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