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


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